diff --git a/astro.config.ts b/astro.config.ts
index 1578962e7fb..9d551d4f88b 100644
--- a/astro.config.ts
+++ b/astro.config.ts
@@ -13,6 +13,7 @@ import yaml from "@rollup/plugin-yaml"
import { ccipRedirects } from "./src/config/redirects/ccip"
import trailingSlashMiddleware from "./src/integrations/trailing-slash-middleware"
import redirectsJson from "./src/features/redirects/redirects.json"
+import tailwind from "@astrojs/tailwind"
import { extractCanonicalUrlsWithLanguageVariants } from "./src/utils/sidebar"
import remarkCodeFenceFilename from "./src/lib/markdown/remarkCodeFenceFilename"
import rehypeCodeSampleFences from "./src/lib/markdown/rehypeCodeSampleFences"
@@ -48,6 +49,7 @@ export default defineConfig({
...ccipRedirects,
},
integrations: [
+ tailwind(),
trailingSlashMiddleware(),
preact({
include: ["**/preact/*"],
diff --git a/package-lock.json b/package-lock.json
index 0496a2b41a2..370c2bbe4fb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,6 +10,8 @@
"license": "ISC",
"dependencies": {
"@11ty/eleventy-fetch": "^4.0.1",
+ "@algolia/client-search": "^5.41.0",
+ "@apollo/client": "^3.14.0",
"@astro-community/astro-embed-youtube": "^0.5.10",
"@astrojs/mdx": "^4.3.13",
"@astrojs/partytown": "^2.1.4",
@@ -17,7 +19,9 @@
"@astrojs/prism": "^3.3.0",
"@astrojs/react": "^4.4.2",
"@astrojs/sitemap": "^3.7.0",
+ "@astrojs/tailwind": "^6.0.2",
"@astrojs/vercel": "^8.2.11",
+ "@chainlink/blocks": "^1.3.1",
"@chainlink/cl-search-frontend": "^0.12.1",
"@chainlink/components": "^0.4.18",
"@chainlink/contracts": "1.5.0",
@@ -99,12 +103,15 @@
"pino-pretty": "^13.1.3",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
+ "prettier-plugin-solidity": "^1.4.3",
"remark-gfm": "^4.0.0",
"remark-mdx": "^3.1.0",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"solhint": "^6.0.3",
"solhint-plugin-chainlink-solidity": "github:smartcontractkit/chainlink-solhint-rules#v1.3.0",
+ "solhint-plugin-prettier": "^0.1.0",
+ "tailwindcss": "^3.4.18",
"ts-jest": "^29.4.6",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.21.0",
@@ -418,6 +425,47 @@
"openapi-types": ">=7"
}
},
+ "node_modules/@apollo/client": {
+ "version": "3.14.0",
+ "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.14.0.tgz",
+ "integrity": "sha512-0YQKKRIxiMlIou+SekQqdCo0ZTHxOcES+K8vKB53cIDpwABNR0P0yRzPgsbgcj3zRJniD93S/ontsnZsCLZrxQ==",
+ "dependencies": {
+ "@graphql-typed-document-node/core": "^3.1.1",
+ "@wry/caches": "^1.0.0",
+ "@wry/equality": "^0.5.6",
+ "@wry/trie": "^0.5.0",
+ "graphql-tag": "^2.12.6",
+ "hoist-non-react-statics": "^3.3.2",
+ "optimism": "^0.18.0",
+ "prop-types": "^15.7.2",
+ "rehackt": "^0.1.0",
+ "symbol-observable": "^4.0.0",
+ "ts-invariant": "^0.10.3",
+ "tslib": "^2.3.0",
+ "zen-observable-ts": "^1.2.5"
+ },
+ "peerDependencies": {
+ "graphql": "^15.0.0 || ^16.0.0",
+ "graphql-ws": "^5.5.5 || ^6.0.3",
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc",
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc",
+ "subscriptions-transport-ws": "^0.9.0 || ^0.11.0"
+ },
+ "peerDependenciesMeta": {
+ "graphql-ws": {
+ "optional": true
+ },
+ "react": {
+ "optional": true
+ },
+ "react-dom": {
+ "optional": true
+ },
+ "subscriptions-transport-ws": {
+ "optional": true
+ }
+ }
+ },
"node_modules/@arbitrum/nitro-contracts": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@arbitrum/nitro-contracts/-/nitro-contracts-3.0.0.tgz",
@@ -592,6 +640,49 @@
"zod": "^3.25.76"
}
},
+ "node_modules/@astrojs/tailwind": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-6.0.2.tgz",
+ "integrity": "sha512-j3mhLNeugZq6A8dMNXVarUa8K6X9AW+QHU9u3lKNrPLMHhOQ0S7VeWhHwEeJFpEK1BTKEUY1U78VQv2gN6hNGg==",
+ "license": "MIT",
+ "dependencies": {
+ "autoprefixer": "^10.4.21",
+ "postcss": "^8.5.3",
+ "postcss-load-config": "^4.0.2"
+ },
+ "peerDependencies": {
+ "astro": "^3.0.0 || ^4.0.0 || ^5.0.0",
+ "tailwindcss": "^3.0.24"
+ }
+ },
+ "node_modules/@astrojs/tailwind/node_modules/postcss": {
+ "version": "8.5.6",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
+ "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/postcss/"
+ },
+ {
+ "type": "tidelift",
+ "url": "https://tidelift.com/funding/github/npm/postcss"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "license": "MIT",
+ "dependencies": {
+ "nanoid": "^3.3.11",
+ "picocolors": "^1.1.1",
+ "source-map-js": "^1.2.1"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14"
+ }
+ },
"node_modules/@astrojs/telemetry": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/@astrojs/telemetry/-/telemetry-3.3.0.tgz",
@@ -1242,6 +1333,514 @@
"node": ">=18"
}
},
+ "node_modules/@chainlink/blocks": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/@chainlink/blocks/-/blocks-1.3.1.tgz",
+ "integrity": "sha512-0Px46fJA7aIm7cFuF/6CgV1ZSbkNKfe+QBA0XO7j9Ld8cevlIF/r4GsqR5zDbSaHPejvRloMQJVZoBsU9qINnA==",
+ "license": "ISC",
+ "dependencies": {
+ "@floating-ui/react": "0.22.2",
+ "@hookform/resolvers": "3.9.1",
+ "@radix-ui/react-accordion": "1.2.1",
+ "@radix-ui/react-checkbox": "1.1.2",
+ "@radix-ui/react-dialog": "1.1.6",
+ "@radix-ui/react-dropdown-menu": "2.0.6",
+ "@radix-ui/react-label": "2.1.0",
+ "@radix-ui/react-navigation-menu": "1.1.3",
+ "@radix-ui/react-popover": "1.1.1",
+ "@radix-ui/react-radio-group": "1.2.1",
+ "@radix-ui/react-select": "2.1.2",
+ "@radix-ui/react-slot": "1.0.2",
+ "@radix-ui/react-switch": "1.1.1",
+ "@radix-ui/react-tabs": "1.1.3",
+ "@radix-ui/react-toast": "1.2.4",
+ "@radix-ui/react-toggle": "1.1.9",
+ "@radix-ui/react-toggle-group": "1.1.9",
+ "@radix-ui/react-tooltip": "1.0.7",
+ "@tailwindcss/container-queries": "0.1.1",
+ "@tanstack/react-query": "5.69.0",
+ "@tanstack/react-table": "8.20.5",
+ "apexcharts": "4.5.0",
+ "class-variance-authority": "0.7.0",
+ "clsx": "2.1.1",
+ "lucide-react": "0.390.0",
+ "react": "18.3.1",
+ "react-apexcharts": "1.7.0",
+ "react-dom": "18.3.1",
+ "react-hook-form": "7.53.1",
+ "react-modal": "3.16.1",
+ "react-transition-group": "4.4.5",
+ "sonner": "1.7.3",
+ "tailwind-merge": "2.3.0",
+ "tailwindcss": "3.4.4",
+ "tailwindcss-animate": "1.0.7",
+ "zod": "3.25.76"
+ },
+ "peerDependencies": {
+ "react": ">=18.0.0 <19.0.0",
+ "react-dom": ">=18.0.0 <19.0.0",
+ "tailwindcss": ">=3.0.0 <4.0.0"
+ },
+ "peerDependenciesMeta": {
+ "react": {
+ "optional": false
+ },
+ "react-dom": {
+ "optional": false
+ }
+ }
+ },
+ "node_modules/@chainlink/blocks/node_modules/@radix-ui/primitive": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.1.tgz",
+ "integrity": "sha512-SJ31y+Q/zAyShtXJc8x83i9TYdbAfHZ++tUZnvjJJqFjzsdUnKsxPL6IEtBlxKkU7yzer//GQtZSV4GbldL3YA==",
+ "license": "MIT"
+ },
+ "node_modules/@chainlink/blocks/node_modules/@radix-ui/react-dialog": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-dialog/-/react-dialog-1.1.6.tgz",
+ "integrity": "sha512-/IVhJV5AceX620DUJ4uYVMymzsipdKBzo3edo+omeskCKGm9FRHM0ebIdbPnlQVJqyuHbuBltQUOG2mOTq2IYw==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/primitive": "1.1.1",
+ "@radix-ui/react-compose-refs": "1.1.1",
+ "@radix-ui/react-context": "1.1.1",
+ "@radix-ui/react-dismissable-layer": "1.1.5",
+ "@radix-ui/react-focus-guards": "1.1.1",
+ "@radix-ui/react-focus-scope": "1.1.2",
+ "@radix-ui/react-id": "1.1.0",
+ "@radix-ui/react-portal": "1.1.4",
+ "@radix-ui/react-presence": "1.1.2",
+ "@radix-ui/react-primitive": "2.0.2",
+ "@radix-ui/react-slot": "1.1.2",
+ "@radix-ui/react-use-controllable-state": "1.1.0",
+ "aria-hidden": "^1.2.4",
+ "react-remove-scroll": "^2.6.3"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@chainlink/blocks/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-compose-refs": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.1.tgz",
+ "integrity": "sha512-Y9VzoRDSJtgFMUCoiZBDVo084VQ5hfpXxVE+NgkdNsjiDBByiImMZKKhxMwCbdHvhlENG6a833CbFkOQvTricw==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@chainlink/blocks/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-context": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.1.1.tgz",
+ "integrity": "sha512-UASk9zi+crv9WteK/NU4PLvOoL3OuE6BWVKNF6hPRBtYBDXQ2u5iu3O59zUlJiTVvkyuycnqrztsHVJwcK9K+Q==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@chainlink/blocks/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-dismissable-layer": {
+ "version": "1.1.5",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.1.5.tgz",
+ "integrity": "sha512-E4TywXY6UsXNRhFrECa5HAvE5/4BFcGyfTyK36gP+pAW1ed7UTK4vKwdr53gAJYwqbfCWC6ATvJa3J3R/9+Qrg==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/primitive": "1.1.1",
+ "@radix-ui/react-compose-refs": "1.1.1",
+ "@radix-ui/react-primitive": "2.0.2",
+ "@radix-ui/react-use-callback-ref": "1.1.0",
+ "@radix-ui/react-use-escape-keydown": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@chainlink/blocks/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-dismissable-layer/node_modules/@radix-ui/react-use-callback-ref": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.0.tgz",
+ "integrity": "sha512-CasTfvsy+frcFkbXtSJ2Zu9JHpN8TYKxkgJGWbjiZhFivxaeW7rMeZt7QELGVLaYVfFMsKHjb7Ak0nMEe+2Vfw==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@chainlink/blocks/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-dismissable-layer/node_modules/@radix-ui/react-use-escape-keydown": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-escape-keydown/-/react-use-escape-keydown-1.1.0.tgz",
+ "integrity": "sha512-L7vwWlR1kTTQ3oh7g1O0CBF3YCyyTj8NmhLR+phShpyA50HCfBFKVJTpshm9PzLiKmehsrQzTYTpX9HvmC9rhw==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-use-callback-ref": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@chainlink/blocks/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-focus-guards": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-guards/-/react-focus-guards-1.1.1.tgz",
+ "integrity": "sha512-pSIwfrT1a6sIoDASCSpFwOasEwKTZWDw/iBdtnqKO7v6FeOzYJ7U53cPzYFVR3geGGXgVHaH+CdngrrAzqUGxg==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@chainlink/blocks/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-focus-scope": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.1.2.tgz",
+ "integrity": "sha512-zxwE80FCU7lcXUGWkdt6XpTTCKPitG1XKOwViTxHVKIJhZl9MvIl2dVHeZENCWD9+EdWv05wlaEkRXUykU27RA==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-compose-refs": "1.1.1",
+ "@radix-ui/react-primitive": "2.0.2",
+ "@radix-ui/react-use-callback-ref": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@chainlink/blocks/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-focus-scope/node_modules/@radix-ui/react-use-callback-ref": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.0.tgz",
+ "integrity": "sha512-CasTfvsy+frcFkbXtSJ2Zu9JHpN8TYKxkgJGWbjiZhFivxaeW7rMeZt7QELGVLaYVfFMsKHjb7Ak0nMEe+2Vfw==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@chainlink/blocks/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-id": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-1.1.0.tgz",
+ "integrity": "sha512-EJUrI8yYh7WOjNOqpoJaf1jlFIH2LvtgAl+YcFqNCa+4hj64ZXmPkAKOFs/ukjz3byN6bdb/AVUqHkI8/uWWMA==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-use-layout-effect": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@chainlink/blocks/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-id/node_modules/@radix-ui/react-use-layout-effect": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.0.tgz",
+ "integrity": "sha512-+FPE0rOdziWSrH9athwI1R0HDVbWlEhd+FR+aSDk4uWGmSJ9Z54sdZVDQPZAinJhJXwfT+qnj969mCsT2gfm5w==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@chainlink/blocks/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-portal": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-portal/-/react-portal-1.1.4.tgz",
+ "integrity": "sha512-sn2O9k1rPFYVyKd5LAJfo96JlSGVFpa1fS6UuBJfrZadudiw5tAmru+n1x7aMRQ84qDM71Zh1+SzK5QwU0tJfA==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-primitive": "2.0.2",
+ "@radix-ui/react-use-layout-effect": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@chainlink/blocks/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-portal/node_modules/@radix-ui/react-use-layout-effect": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.0.tgz",
+ "integrity": "sha512-+FPE0rOdziWSrH9athwI1R0HDVbWlEhd+FR+aSDk4uWGmSJ9Z54sdZVDQPZAinJhJXwfT+qnj969mCsT2gfm5w==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@chainlink/blocks/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-presence": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-1.1.2.tgz",
+ "integrity": "sha512-18TFr80t5EVgL9x1SwF/YGtfG+l0BS0PRAlCWBDoBEiDQjeKgnNZRVJp/oVBl24sr3Gbfwc/Qpj4OcWTQMsAEg==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-compose-refs": "1.1.1",
+ "@radix-ui/react-use-layout-effect": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@chainlink/blocks/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-presence/node_modules/@radix-ui/react-use-layout-effect": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.0.tgz",
+ "integrity": "sha512-+FPE0rOdziWSrH9athwI1R0HDVbWlEhd+FR+aSDk4uWGmSJ9Z54sdZVDQPZAinJhJXwfT+qnj969mCsT2gfm5w==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@chainlink/blocks/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-primitive": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.0.2.tgz",
+ "integrity": "sha512-Ec/0d38EIuvDF+GZjcMU/Ze6MxntVJYO/fRlCPhCaVUyPY9WTalHJw54tp9sXeJo3tlShWpy41vQRgLRGOuz+w==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-slot": "1.1.2"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@chainlink/blocks/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-slot": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.1.2.tgz",
+ "integrity": "sha512-YAKxaiGsSQJ38VzKH86/BPRC4rh+b1Jpa+JneA5LRE7skmLPNAyeG8kPJj/oo4STLvlrs8vkf/iYyc3A5stYCQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-compose-refs": "1.1.1"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@chainlink/blocks/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-use-controllable-state": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.1.0.tgz",
+ "integrity": "sha512-MtfMVJiSr2NjzS0Aa90NPTnvTSg6C/JLCV7ma0W6+OMV78vd8OyRpID+Ng9LxzsPbLeuBnWBA1Nq30AtBIDChw==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-use-callback-ref": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@chainlink/blocks/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-use-controllable-state/node_modules/@radix-ui/react-use-callback-ref": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.0.tgz",
+ "integrity": "sha512-CasTfvsy+frcFkbXtSJ2Zu9JHpN8TYKxkgJGWbjiZhFivxaeW7rMeZt7QELGVLaYVfFMsKHjb7Ak0nMEe+2Vfw==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@chainlink/blocks/node_modules/@radix-ui/react-dialog/node_modules/react-remove-scroll": {
+ "version": "2.7.1",
+ "resolved": "https://registry.npmjs.org/react-remove-scroll/-/react-remove-scroll-2.7.1.tgz",
+ "integrity": "sha512-HpMh8+oahmIdOuS5aFKKY6Pyog+FNaZV/XyJOq7b4YFwsFHe5yYfdbIalI4k3vU2nSDql7YskmUseHsRrJqIPA==",
+ "license": "MIT",
+ "dependencies": {
+ "react-remove-scroll-bar": "^2.3.7",
+ "react-style-singleton": "^2.2.3",
+ "tslib": "^2.1.0",
+ "use-callback-ref": "^1.3.3",
+ "use-sidecar": "^1.1.3"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@chainlink/blocks/node_modules/jiti": {
+ "version": "1.21.7",
+ "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz",
+ "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==",
+ "bin": {
+ "jiti": "bin/jiti.js"
+ }
+ },
+ "node_modules/@chainlink/blocks/node_modules/lilconfig": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz",
+ "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@chainlink/blocks/node_modules/tailwindcss": {
+ "version": "3.4.4",
+ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.4.tgz",
+ "integrity": "sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==",
+ "license": "MIT",
+ "dependencies": {
+ "@alloc/quick-lru": "^5.2.0",
+ "arg": "^5.0.2",
+ "chokidar": "^3.5.3",
+ "didyoumean": "^1.2.2",
+ "dlv": "^1.1.3",
+ "fast-glob": "^3.3.0",
+ "glob-parent": "^6.0.2",
+ "is-glob": "^4.0.3",
+ "jiti": "^1.21.0",
+ "lilconfig": "^2.1.0",
+ "micromatch": "^4.0.5",
+ "normalize-path": "^3.0.0",
+ "object-hash": "^3.0.0",
+ "picocolors": "^1.0.0",
+ "postcss": "^8.4.23",
+ "postcss-import": "^15.1.0",
+ "postcss-js": "^4.0.1",
+ "postcss-load-config": "^4.0.1",
+ "postcss-nested": "^6.0.1",
+ "postcss-selector-parser": "^6.0.11",
+ "resolve": "^1.22.2",
+ "sucrase": "^3.32.0"
+ },
+ "bin": {
+ "tailwind": "lib/cli.js",
+ "tailwindcss": "lib/cli.js"
+ },
+ "engines": {
+ "node": ">=14.0.0"
+ }
+ },
"node_modules/@chainlink/cl-search-frontend": {
"version": "0.12.1",
"resolved": "https://registry.npmjs.org/@chainlink/cl-search-frontend/-/cl-search-frontend-0.12.1.tgz",
@@ -1309,43 +1908,68 @@
],
"license": "MIT",
"dependencies": {
- "@ethersproject/abi": "5.7.0",
- "@ethersproject/abstract-provider": "5.7.0",
- "@ethersproject/abstract-signer": "5.7.0",
- "@ethersproject/address": "5.7.0",
- "@ethersproject/base64": "5.7.0",
- "@ethersproject/basex": "5.7.0",
- "@ethersproject/bignumber": "5.7.0",
- "@ethersproject/bytes": "5.7.0",
- "@ethersproject/constants": "5.7.0",
- "@ethersproject/contracts": "5.7.0",
- "@ethersproject/hash": "5.7.0",
- "@ethersproject/hdnode": "5.7.0",
- "@ethersproject/json-wallets": "5.7.0",
- "@ethersproject/keccak256": "5.7.0",
- "@ethersproject/logger": "5.7.0",
- "@ethersproject/networks": "5.7.1",
- "@ethersproject/pbkdf2": "5.7.0",
- "@ethersproject/properties": "5.7.0",
- "@ethersproject/providers": "5.7.2",
- "@ethersproject/random": "5.7.0",
- "@ethersproject/rlp": "5.7.0",
- "@ethersproject/sha2": "5.7.0",
- "@ethersproject/signing-key": "5.7.0",
- "@ethersproject/solidity": "5.7.0",
- "@ethersproject/strings": "5.7.0",
- "@ethersproject/transactions": "5.7.0",
- "@ethersproject/units": "5.7.0",
- "@ethersproject/wallet": "5.7.0",
- "@ethersproject/web": "5.7.1",
- "@ethersproject/wordlists": "5.7.0"
+ "@ethersproject/bytes": "^5.8.0",
+ "@ethersproject/sha2": "^5.8.0"
+ }
+ },
+ "node_modules/@chainlink/components/node_modules/jiti": {
+ "version": "1.21.7",
+ "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz",
+ "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==",
+ "bin": {
+ "jiti": "bin/jiti.js"
+ }
+ },
+ "node_modules/@chainlink/components/node_modules/lilconfig": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz",
+ "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@chainlink/components/node_modules/tailwindcss": {
+ "version": "3.4.4",
+ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.4.tgz",
+ "integrity": "sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==",
+ "license": "MIT",
+ "dependencies": {
+ "@alloc/quick-lru": "^5.2.0",
+ "arg": "^5.0.2",
+ "chokidar": "^3.5.3",
+ "didyoumean": "^1.2.2",
+ "dlv": "^1.1.3",
+ "fast-glob": "^3.3.0",
+ "glob-parent": "^6.0.2",
+ "is-glob": "^4.0.3",
+ "jiti": "^1.21.0",
+ "lilconfig": "^2.1.0",
+ "micromatch": "^4.0.5",
+ "normalize-path": "^3.0.0",
+ "object-hash": "^3.0.0",
+ "picocolors": "^1.0.0",
+ "postcss": "^8.4.23",
+ "postcss-import": "^15.1.0",
+ "postcss-js": "^4.0.1",
+ "postcss-load-config": "^4.0.1",
+ "postcss-nested": "^6.0.1",
+ "postcss-selector-parser": "^6.0.11",
+ "resolve": "^1.22.2",
+ "sucrase": "^3.32.0"
+ },
+ "bin": {
+ "tailwind": "lib/cli.js",
+ "tailwindcss": "lib/cli.js"
+ },
+ "engines": {
+ "node": ">=14.0.0"
}
},
"node_modules/@chainlink/contracts": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/@chainlink/contracts/-/contracts-1.5.0.tgz",
"integrity": "sha512-1fGJwjvivqAxvVOTqZUEXGR54CATtg0vjcXgSIk4Cfoad2nUhSG/qaWHXjLg1CkNTeOoteoxGQcpP/HiA5HsUA==",
- "license": "BUSL-1.1",
"dependencies": {
"@arbitrum/nitro-contracts": "3.0.0",
"@changesets/cli": "^2.29.6",
@@ -1602,25 +2226,6 @@
"bn.js": "^5.2.1"
}
},
- "node_modules/@chainlink/contracts-1.4.0/node_modules/@ethersproject/bytes": {
- "version": "5.8.0",
- "resolved": "https://registry.npmjs.org/@ethersproject/bytes/-/bytes-5.8.0.tgz",
- "integrity": "sha512-vTkeohgJVCPVHu5c25XWaWQOZ4v+DkGoC42/TS2ond+PARCxTJvgTFUNDZovyQ/uAQ4EcpqqowKydcdmRKjg7A==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "@ethersproject/logger": "^5.8.0"
- }
- },
"node_modules/@chainlink/contracts-1.4.0/node_modules/@ethersproject/constants": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/@ethersproject/constants/-/constants-5.8.0.tgz",
@@ -1780,22 +2385,6 @@
"js-sha3": "0.8.0"
}
},
- "node_modules/@chainlink/contracts-1.4.0/node_modules/@ethersproject/logger": {
- "version": "5.8.0",
- "resolved": "https://registry.npmjs.org/@ethersproject/logger/-/logger-5.8.0.tgz",
- "integrity": "sha512-Qe6knGmY+zPPWTC+wQrpitodgBfH7XoceCGL5bJVejmH+yCS3R8jJm8iiWuvWbG76RUmyEG53oqv6GMVWqunjA==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "license": "MIT"
- },
"node_modules/@chainlink/contracts-1.4.0/node_modules/@ethersproject/networks": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/@ethersproject/networks/-/networks-5.8.0.tgz",
@@ -1815,46 +2404,6 @@
"@ethersproject/logger": "^5.8.0"
}
},
- "node_modules/@chainlink/contracts-1.4.0/node_modules/@ethersproject/pbkdf2": {
- "version": "5.8.0",
- "resolved": "https://registry.npmjs.org/@ethersproject/pbkdf2/-/pbkdf2-5.8.0.tgz",
- "integrity": "sha512-wuHiv97BrzCmfEaPbUFpMjlVg/IDkZThp9Ri88BpjRleg4iePJaj2SW8AIyE8cXn5V1tuAaMj6lzvsGJkGWskg==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@ethersproject/bytes": "^5.8.0",
- "@ethersproject/sha2": "^5.8.0"
- }
- },
- "node_modules/@chainlink/contracts-1.4.0/node_modules/@ethersproject/properties": {
- "version": "5.8.0",
- "resolved": "https://registry.npmjs.org/@ethersproject/properties/-/properties-5.8.0.tgz",
- "integrity": "sha512-PYuiEoQ+FMaZZNGrStmN7+lWjlsoufGIHdww7454FIaGdbe/p5rnaCXTr5MtBYl3NkeoVhHZuyzChPeGeKIpQw==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "@ethersproject/logger": "^5.8.0"
- }
- },
"node_modules/@chainlink/contracts-1.4.0/node_modules/@ethersproject/providers": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/@ethersproject/providers/-/providers-5.8.0.tgz",
@@ -1935,28 +2484,6 @@
"@ethersproject/logger": "^5.8.0"
}
},
- "node_modules/@chainlink/contracts-1.4.0/node_modules/@ethersproject/sha2": {
- "version": "5.8.0",
- "resolved": "https://registry.npmjs.org/@ethersproject/sha2/-/sha2-5.8.0.tgz",
- "integrity": "sha512-dDOUrXr9wF/YFltgTBYS0tKslPEKr6AekjqDW2dbn1L1xmjGR+9GiKu4ajxovnrDbwxAKdHjW8jNcwfz8PAz4A==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@ethersproject/bytes": "^5.8.0",
- "@ethersproject/logger": "^5.8.0",
- "hash.js": "1.1.7"
- }
- },
"node_modules/@chainlink/contracts-1.4.0/node_modules/@ethersproject/signing-key": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/@ethersproject/signing-key/-/signing-key-5.8.0.tgz",
@@ -2530,25 +3057,6 @@
"bn.js": "^5.2.1"
}
},
- "node_modules/@chainlink/contracts-ccip/node_modules/@ethersproject/bytes": {
- "version": "5.8.0",
- "resolved": "https://registry.npmjs.org/@ethersproject/bytes/-/bytes-5.8.0.tgz",
- "integrity": "sha512-vTkeohgJVCPVHu5c25XWaWQOZ4v+DkGoC42/TS2ond+PARCxTJvgTFUNDZovyQ/uAQ4EcpqqowKydcdmRKjg7A==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "@ethersproject/logger": "^5.8.0"
- }
- },
"node_modules/@chainlink/contracts-ccip/node_modules/@ethersproject/constants": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/@ethersproject/constants/-/constants-5.8.0.tgz",
@@ -2708,22 +3216,6 @@
"js-sha3": "0.8.0"
}
},
- "node_modules/@chainlink/contracts-ccip/node_modules/@ethersproject/logger": {
- "version": "5.8.0",
- "resolved": "https://registry.npmjs.org/@ethersproject/logger/-/logger-5.8.0.tgz",
- "integrity": "sha512-Qe6knGmY+zPPWTC+wQrpitodgBfH7XoceCGL5bJVejmH+yCS3R8jJm8iiWuvWbG76RUmyEG53oqv6GMVWqunjA==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "license": "MIT"
- },
"node_modules/@chainlink/contracts-ccip/node_modules/@ethersproject/networks": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/@ethersproject/networks/-/networks-5.8.0.tgz",
@@ -2743,46 +3235,6 @@
"@ethersproject/logger": "^5.8.0"
}
},
- "node_modules/@chainlink/contracts-ccip/node_modules/@ethersproject/pbkdf2": {
- "version": "5.8.0",
- "resolved": "https://registry.npmjs.org/@ethersproject/pbkdf2/-/pbkdf2-5.8.0.tgz",
- "integrity": "sha512-wuHiv97BrzCmfEaPbUFpMjlVg/IDkZThp9Ri88BpjRleg4iePJaj2SW8AIyE8cXn5V1tuAaMj6lzvsGJkGWskg==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@ethersproject/bytes": "^5.8.0",
- "@ethersproject/sha2": "^5.8.0"
- }
- },
- "node_modules/@chainlink/contracts-ccip/node_modules/@ethersproject/properties": {
- "version": "5.8.0",
- "resolved": "https://registry.npmjs.org/@ethersproject/properties/-/properties-5.8.0.tgz",
- "integrity": "sha512-PYuiEoQ+FMaZZNGrStmN7+lWjlsoufGIHdww7454FIaGdbe/p5rnaCXTr5MtBYl3NkeoVhHZuyzChPeGeKIpQw==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "@ethersproject/logger": "^5.8.0"
- }
- },
"node_modules/@chainlink/contracts-ccip/node_modules/@ethersproject/providers": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/@ethersproject/providers/-/providers-5.8.0.tgz",
@@ -2863,28 +3315,6 @@
"@ethersproject/logger": "^5.8.0"
}
},
- "node_modules/@chainlink/contracts-ccip/node_modules/@ethersproject/sha2": {
- "version": "5.8.0",
- "resolved": "https://registry.npmjs.org/@ethersproject/sha2/-/sha2-5.8.0.tgz",
- "integrity": "sha512-dDOUrXr9wF/YFltgTBYS0tKslPEKr6AekjqDW2dbn1L1xmjGR+9GiKu4ajxovnrDbwxAKdHjW8jNcwfz8PAz4A==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@ethersproject/bytes": "^5.8.0",
- "@ethersproject/logger": "^5.8.0",
- "hash.js": "1.1.7"
- }
- },
"node_modules/@chainlink/contracts-ccip/node_modules/@ethersproject/signing-key": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/@ethersproject/signing-key/-/signing-key-5.8.0.tgz",
@@ -3178,7 +3608,6 @@
"version": "7.7.3",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
"integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
- "license": "ISC",
"bin": {
"semver": "bin/semver.js"
},
@@ -3342,8 +3771,8 @@
},
"node_modules/@chainlink/contracts/node_modules/@ethersproject/basex": {
"version": "5.8.0",
- "resolved": "https://registry.npmjs.org/@ethersproject/basex/-/basex-5.8.0.tgz",
- "integrity": "sha512-PIgTszMlDRmNwW9nhS6iqtVfdTAKosA7llYXNmGPw4YAI1PUyMv28988wAb41/gHF/WqGdoLv0erHaRcHRKW2Q==",
+ "resolved": "https://registry.npmjs.org/@ethersproject/properties/-/properties-5.8.0.tgz",
+ "integrity": "sha512-PYuiEoQ+FMaZZNGrStmN7+lWjlsoufGIHdww7454FIaGdbe/p5rnaCXTr5MtBYl3NkeoVhHZuyzChPeGeKIpQw==",
"funding": [
{
"type": "individual",
@@ -3357,8 +3786,7 @@
"license": "MIT",
"peer": true,
"dependencies": {
- "@ethersproject/bytes": "^5.8.0",
- "@ethersproject/properties": "^5.8.0"
+ "@ethersproject/logger": "^5.8.0"
}
},
"node_modules/@chainlink/contracts/node_modules/@ethersproject/bignumber": {
@@ -3382,25 +3810,6 @@
"bn.js": "^5.2.1"
}
},
- "node_modules/@chainlink/contracts/node_modules/@ethersproject/bytes": {
- "version": "5.8.0",
- "resolved": "https://registry.npmjs.org/@ethersproject/bytes/-/bytes-5.8.0.tgz",
- "integrity": "sha512-vTkeohgJVCPVHu5c25XWaWQOZ4v+DkGoC42/TS2ond+PARCxTJvgTFUNDZovyQ/uAQ4EcpqqowKydcdmRKjg7A==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "@ethersproject/logger": "^5.8.0"
- }
- },
"node_modules/@chainlink/contracts/node_modules/@ethersproject/constants": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/@ethersproject/constants/-/constants-5.8.0.tgz",
@@ -3560,22 +3969,6 @@
"js-sha3": "0.8.0"
}
},
- "node_modules/@chainlink/contracts/node_modules/@ethersproject/logger": {
- "version": "5.8.0",
- "resolved": "https://registry.npmjs.org/@ethersproject/logger/-/logger-5.8.0.tgz",
- "integrity": "sha512-Qe6knGmY+zPPWTC+wQrpitodgBfH7XoceCGL5bJVejmH+yCS3R8jJm8iiWuvWbG76RUmyEG53oqv6GMVWqunjA==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "license": "MIT"
- },
"node_modules/@chainlink/contracts/node_modules/@ethersproject/networks": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/@ethersproject/networks/-/networks-5.8.0.tgz",
@@ -3595,46 +3988,6 @@
"@ethersproject/logger": "^5.8.0"
}
},
- "node_modules/@chainlink/contracts/node_modules/@ethersproject/pbkdf2": {
- "version": "5.8.0",
- "resolved": "https://registry.npmjs.org/@ethersproject/pbkdf2/-/pbkdf2-5.8.0.tgz",
- "integrity": "sha512-wuHiv97BrzCmfEaPbUFpMjlVg/IDkZThp9Ri88BpjRleg4iePJaj2SW8AIyE8cXn5V1tuAaMj6lzvsGJkGWskg==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@ethersproject/bytes": "^5.8.0",
- "@ethersproject/sha2": "^5.8.0"
- }
- },
- "node_modules/@chainlink/contracts/node_modules/@ethersproject/properties": {
- "version": "5.8.0",
- "resolved": "https://registry.npmjs.org/@ethersproject/properties/-/properties-5.8.0.tgz",
- "integrity": "sha512-PYuiEoQ+FMaZZNGrStmN7+lWjlsoufGIHdww7454FIaGdbe/p5rnaCXTr5MtBYl3NkeoVhHZuyzChPeGeKIpQw==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "@ethersproject/logger": "^5.8.0"
- }
- },
"node_modules/@chainlink/contracts/node_modules/@ethersproject/providers": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/@ethersproject/providers/-/providers-5.8.0.tgz",
@@ -3715,28 +4068,6 @@
"@ethersproject/logger": "^5.8.0"
}
},
- "node_modules/@chainlink/contracts/node_modules/@ethersproject/sha2": {
- "version": "5.8.0",
- "resolved": "https://registry.npmjs.org/@ethersproject/sha2/-/sha2-5.8.0.tgz",
- "integrity": "sha512-dDOUrXr9wF/YFltgTBYS0tKslPEKr6AekjqDW2dbn1L1xmjGR+9GiKu4ajxovnrDbwxAKdHjW8jNcwfz8PAz4A==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@ethersproject/bytes": "^5.8.0",
- "@ethersproject/logger": "^5.8.0",
- "hash.js": "1.1.7"
- }
- },
"node_modules/@chainlink/contracts/node_modules/@ethersproject/signing-key": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/@ethersproject/signing-key/-/signing-key-5.8.0.tgz",
@@ -4059,6 +4390,60 @@
"tailwindcss-animate": "1.0.7"
}
},
+ "node_modules/@chainlink/design-system/node_modules/jiti": {
+ "version": "1.21.7",
+ "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz",
+ "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==",
+ "bin": {
+ "jiti": "bin/jiti.js"
+ }
+ },
+ "node_modules/@chainlink/design-system/node_modules/lilconfig": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz",
+ "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@chainlink/design-system/node_modules/tailwindcss": {
+ "version": "3.4.4",
+ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.4.tgz",
+ "integrity": "sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==",
+ "license": "MIT",
+ "dependencies": {
+ "@alloc/quick-lru": "^5.2.0",
+ "arg": "^5.0.2",
+ "chokidar": "^3.5.3",
+ "didyoumean": "^1.2.2",
+ "dlv": "^1.1.3",
+ "fast-glob": "^3.3.0",
+ "glob-parent": "^6.0.2",
+ "is-glob": "^4.0.3",
+ "jiti": "^1.21.0",
+ "lilconfig": "^2.1.0",
+ "micromatch": "^4.0.5",
+ "normalize-path": "^3.0.0",
+ "object-hash": "^3.0.0",
+ "picocolors": "^1.0.0",
+ "postcss": "^8.4.23",
+ "postcss-import": "^15.1.0",
+ "postcss-js": "^4.0.1",
+ "postcss-load-config": "^4.0.1",
+ "postcss-nested": "^6.0.1",
+ "postcss-selector-parser": "^6.0.11",
+ "resolve": "^1.22.2",
+ "sucrase": "^3.32.0"
+ },
+ "bin": {
+ "tailwind": "lib/cli.js",
+ "tailwindcss": "lib/cli.js"
+ },
+ "engines": {
+ "node": ">=14.0.0"
+ }
+ },
"node_modules/@chainlink/local": {
"version": "0.2.7-beta",
"resolved": "https://registry.npmjs.org/@chainlink/local/-/local-0.2.7-beta.tgz",
@@ -5582,9 +5967,9 @@
}
},
"node_modules/@ethersproject/bytes": {
- "version": "5.7.0",
- "resolved": "https://registry.npmjs.org/@ethersproject/bytes/-/bytes-5.7.0.tgz",
- "integrity": "sha512-nsbxwgFXWh9NyYWo+U8atvmMsSdKJprTcICAkvbBffT75qDocbuggBU0SJiVK2MuTrp0q+xvLkTnGMPK1+uA9A==",
+ "version": "5.8.0",
+ "resolved": "https://registry.npmjs.org/@ethersproject/bytes/-/bytes-5.8.0.tgz",
+ "integrity": "sha512-vTkeohgJVCPVHu5c25XWaWQOZ4v+DkGoC42/TS2ond+PARCxTJvgTFUNDZovyQ/uAQ4EcpqqowKydcdmRKjg7A==",
"funding": [
{
"type": "individual",
@@ -5595,9 +5980,8 @@
"url": "https://www.buymeacoffee.com/ricmoo"
}
],
- "license": "MIT",
"dependencies": {
- "@ethersproject/logger": "^5.7.0"
+ "@ethersproject/logger": "^5.8.0"
}
},
"node_modules/@ethersproject/constants": {
@@ -5674,73 +6058,6 @@
"@ethersproject/strings": "^5.7.0"
}
},
- "node_modules/@ethersproject/hdnode": {
- "version": "5.7.0",
- "resolved": "https://registry.npmjs.org/@ethersproject/hdnode/-/hdnode-5.7.0.tgz",
- "integrity": "sha512-OmyYo9EENBPPf4ERhR7oj6uAtUAhYGqOnIS+jE5pTXvdKBS99ikzq1E7Iv0ZQZ5V36Lqx1qZLeak0Ra16qpeOg==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "@ethersproject/abstract-signer": "^5.7.0",
- "@ethersproject/basex": "^5.7.0",
- "@ethersproject/bignumber": "^5.7.0",
- "@ethersproject/bytes": "^5.7.0",
- "@ethersproject/logger": "^5.7.0",
- "@ethersproject/pbkdf2": "^5.7.0",
- "@ethersproject/properties": "^5.7.0",
- "@ethersproject/sha2": "^5.7.0",
- "@ethersproject/signing-key": "^5.7.0",
- "@ethersproject/strings": "^5.7.0",
- "@ethersproject/transactions": "^5.7.0",
- "@ethersproject/wordlists": "^5.7.0"
- }
- },
- "node_modules/@ethersproject/json-wallets": {
- "version": "5.7.0",
- "resolved": "https://registry.npmjs.org/@ethersproject/json-wallets/-/json-wallets-5.7.0.tgz",
- "integrity": "sha512-8oee5Xgu6+RKgJTkvEMl2wDgSPSAQ9MB/3JYjFV9jlKvcYHUXZC+cQp0njgmxdHkYWn8s6/IqIZYm0YWCjO/0g==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "@ethersproject/abstract-signer": "^5.7.0",
- "@ethersproject/address": "^5.7.0",
- "@ethersproject/bytes": "^5.7.0",
- "@ethersproject/hdnode": "^5.7.0",
- "@ethersproject/keccak256": "^5.7.0",
- "@ethersproject/logger": "^5.7.0",
- "@ethersproject/pbkdf2": "^5.7.0",
- "@ethersproject/properties": "^5.7.0",
- "@ethersproject/random": "^5.7.0",
- "@ethersproject/strings": "^5.7.0",
- "@ethersproject/transactions": "^5.7.0",
- "aes-js": "3.0.0",
- "scrypt-js": "3.0.1"
- }
- },
- "node_modules/@ethersproject/json-wallets/node_modules/aes-js": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/aes-js/-/aes-js-3.0.0.tgz",
- "integrity": "sha512-H7wUZRn8WpTq9jocdxQ2c8x2sKo9ZVmzfRE13GiNJXfp7NcKYEdvl3vspKjXox6RIG2VtaRe4JFvxG4rqp2Zuw==",
- "license": "MIT"
- },
"node_modules/@ethersproject/keccak256": {
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/@ethersproject/keccak256/-/keccak256-5.7.0.tgz",
@@ -5762,9 +6079,9 @@
}
},
"node_modules/@ethersproject/logger": {
- "version": "5.7.0",
- "resolved": "https://registry.npmjs.org/@ethersproject/logger/-/logger-5.7.0.tgz",
- "integrity": "sha512-0odtFdXu/XHtjQXJYA3u9G0G8btm0ND5Cu8M7i5vhEcE8/HmF4Lbdqanwyv4uQTr2tx6b7fQRmgLrsnpQlmnig==",
+ "version": "5.8.0",
+ "resolved": "https://registry.npmjs.org/@ethersproject/logger/-/logger-5.8.0.tgz",
+ "integrity": "sha512-Qe6knGmY+zPPWTC+wQrpitodgBfH7XoceCGL5bJVejmH+yCS3R8jJm8iiWuvWbG76RUmyEG53oqv6GMVWqunjA==",
"funding": [
{
"type": "individual",
@@ -5774,8 +6091,7 @@
"type": "individual",
"url": "https://www.buymeacoffee.com/ricmoo"
}
- ],
- "license": "MIT"
+ ]
},
"node_modules/@ethersproject/networks": {
"version": "5.7.1",
@@ -5797,9 +6113,9 @@
}
},
"node_modules/@ethersproject/pbkdf2": {
- "version": "5.7.0",
- "resolved": "https://registry.npmjs.org/@ethersproject/pbkdf2/-/pbkdf2-5.7.0.tgz",
- "integrity": "sha512-oR/dBRZR6GTyaofd86DehG72hY6NpAjhabkhxgr3X2FpJtJuodEl2auADWBZfhDHgVCbu3/H/Ocq2uC6dpNjjw==",
+ "version": "5.8.0",
+ "resolved": "https://registry.npmjs.org/@ethersproject/pbkdf2/-/pbkdf2-5.8.0.tgz",
+ "integrity": "sha512-wuHiv97BrzCmfEaPbUFpMjlVg/IDkZThp9Ri88BpjRleg4iePJaj2SW8AIyE8cXn5V1tuAaMj6lzvsGJkGWskg==",
"funding": [
{
"type": "individual",
@@ -5810,16 +6126,16 @@
"url": "https://www.buymeacoffee.com/ricmoo"
}
],
- "license": "MIT",
+ "peer": true,
"dependencies": {
- "@ethersproject/bytes": "^5.7.0",
- "@ethersproject/sha2": "^5.7.0"
+ "@ethersproject/bytes": "^5.8.0",
+ "@ethersproject/sha2": "^5.8.0"
}
},
"node_modules/@ethersproject/properties": {
- "version": "5.7.0",
- "resolved": "https://registry.npmjs.org/@ethersproject/properties/-/properties-5.7.0.tgz",
- "integrity": "sha512-J87jy8suntrAkIZtecpxEPxY//szqr1mlBaYlQ0r4RCaiD2hjheqF9s1LVE8vVuJCXisjIP+JgtK/Do54ej4Sw==",
+ "version": "5.8.0",
+ "resolved": "https://registry.npmjs.org/@ethersproject/properties/-/properties-5.8.0.tgz",
+ "integrity": "sha512-PYuiEoQ+FMaZZNGrStmN7+lWjlsoufGIHdww7454FIaGdbe/p5rnaCXTr5MtBYl3NkeoVhHZuyzChPeGeKIpQw==",
"funding": [
{
"type": "individual",
@@ -5830,9 +6146,8 @@
"url": "https://www.buymeacoffee.com/ricmoo"
}
],
- "license": "MIT",
"dependencies": {
- "@ethersproject/logger": "^5.7.0"
+ "@ethersproject/logger": "^5.8.0"
}
},
"node_modules/@ethersproject/providers": {
@@ -5935,9 +6250,9 @@
}
},
"node_modules/@ethersproject/sha2": {
- "version": "5.7.0",
- "resolved": "https://registry.npmjs.org/@ethersproject/sha2/-/sha2-5.7.0.tgz",
- "integrity": "sha512-gKlH42riwb3KYp0reLsFTokByAKoJdgFCwI+CCiX/k+Jm2mbNs6oOaCjYQSlI1+XBVejwH2KrmCbMAT/GnRDQw==",
+ "version": "5.8.0",
+ "resolved": "https://registry.npmjs.org/@ethersproject/sha2/-/sha2-5.8.0.tgz",
+ "integrity": "sha512-dDOUrXr9wF/YFltgTBYS0tKslPEKr6AekjqDW2dbn1L1xmjGR+9GiKu4ajxovnrDbwxAKdHjW8jNcwfz8PAz4A==",
"funding": [
{
"type": "individual",
@@ -5948,10 +6263,9 @@
"url": "https://www.buymeacoffee.com/ricmoo"
}
],
- "license": "MIT",
"dependencies": {
- "@ethersproject/bytes": "^5.7.0",
- "@ethersproject/logger": "^5.7.0",
+ "@ethersproject/bytes": "^5.8.0",
+ "@ethersproject/logger": "^5.8.0",
"hash.js": "1.1.7"
}
},
@@ -5979,30 +6293,6 @@
"hash.js": "1.1.7"
}
},
- "node_modules/@ethersproject/solidity": {
- "version": "5.7.0",
- "resolved": "https://registry.npmjs.org/@ethersproject/solidity/-/solidity-5.7.0.tgz",
- "integrity": "sha512-HmabMd2Dt/raavyaGukF4XxizWKhKQ24DoLtdNbBmNKUOPqwjsKQSdV9GQtj9CBEea9DlzETlVER1gYeXXBGaA==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "@ethersproject/bignumber": "^5.7.0",
- "@ethersproject/bytes": "^5.7.0",
- "@ethersproject/keccak256": "^5.7.0",
- "@ethersproject/logger": "^5.7.0",
- "@ethersproject/sha2": "^5.7.0",
- "@ethersproject/strings": "^5.7.0"
- }
- },
"node_modules/@ethersproject/strings": {
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/@ethersproject/strings/-/strings-5.7.0.tgz",
@@ -6051,60 +6341,6 @@
"@ethersproject/signing-key": "^5.7.0"
}
},
- "node_modules/@ethersproject/units": {
- "version": "5.7.0",
- "resolved": "https://registry.npmjs.org/@ethersproject/units/-/units-5.7.0.tgz",
- "integrity": "sha512-pD3xLMy3SJu9kG5xDGI7+xhTEmGXlEqXU4OfNapmfnxLVY4EMSSRp7j1k7eezutBPH7RBN/7QPnwR7hzNlEFeg==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "@ethersproject/bignumber": "^5.7.0",
- "@ethersproject/constants": "^5.7.0",
- "@ethersproject/logger": "^5.7.0"
- }
- },
- "node_modules/@ethersproject/wallet": {
- "version": "5.7.0",
- "resolved": "https://registry.npmjs.org/@ethersproject/wallet/-/wallet-5.7.0.tgz",
- "integrity": "sha512-MhmXlJXEJFBFVKrDLB4ZdDzxcBxQ3rLyCkhNqVu3CDYvR97E+8r01UgrI+TI99Le+aYm/in/0vp86guJuM7FCA==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "@ethersproject/abstract-provider": "^5.7.0",
- "@ethersproject/abstract-signer": "^5.7.0",
- "@ethersproject/address": "^5.7.0",
- "@ethersproject/bignumber": "^5.7.0",
- "@ethersproject/bytes": "^5.7.0",
- "@ethersproject/hash": "^5.7.0",
- "@ethersproject/hdnode": "^5.7.0",
- "@ethersproject/json-wallets": "^5.7.0",
- "@ethersproject/keccak256": "^5.7.0",
- "@ethersproject/logger": "^5.7.0",
- "@ethersproject/properties": "^5.7.0",
- "@ethersproject/random": "^5.7.0",
- "@ethersproject/signing-key": "^5.7.0",
- "@ethersproject/transactions": "^5.7.0",
- "@ethersproject/wordlists": "^5.7.0"
- }
- },
"node_modules/@ethersproject/web": {
"version": "5.7.1",
"resolved": "https://registry.npmjs.org/@ethersproject/web/-/web-5.7.1.tgz",
@@ -6128,29 +6364,6 @@
"@ethersproject/strings": "^5.7.0"
}
},
- "node_modules/@ethersproject/wordlists": {
- "version": "5.7.0",
- "resolved": "https://registry.npmjs.org/@ethersproject/wordlists/-/wordlists-5.7.0.tgz",
- "integrity": "sha512-S2TFNJNfHWVHNE6cNDjbVlZ6MgE17MIxMbMg2zv3wn+3XSJGosL1m9ZVv3GXCf/2ymSsQ+hRI5IzoMJTG6aoVA==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "@ethersproject/bytes": "^5.7.0",
- "@ethersproject/hash": "^5.7.0",
- "@ethersproject/logger": "^5.7.0",
- "@ethersproject/properties": "^5.7.0",
- "@ethersproject/strings": "^5.7.0"
- }
- },
"node_modules/@floating-ui/core": {
"version": "1.7.3",
"resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.3.tgz",
@@ -6204,6 +6417,24 @@
"integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==",
"license": "MIT"
},
+ "node_modules/@graphql-typed-document-node/core": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/@graphql-typed-document-node/core/-/core-3.2.0.tgz",
+ "integrity": "sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==",
+ "license": "MIT",
+ "peerDependencies": {
+ "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
+ }
+ },
+ "node_modules/@hookform/resolvers": {
+ "version": "3.9.1",
+ "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.9.1.tgz",
+ "integrity": "sha512-ud2HqmGBM0P0IABqoskKWI6PEf6ZDDBZkFqe2Vnl+mTHCEHzr3ISjjZyCwTjC/qpL25JC9aIDkloQejvMeq0ug==",
+ "license": "MIT",
+ "peerDependencies": {
+ "react-hook-form": "^7.0.0"
+ }
+ },
"node_modules/@humanwhocodes/config-array": {
"version": "0.13.0",
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz",
@@ -9157,6 +9388,18 @@
"vite": ">=2.0.0"
}
},
+ "node_modules/@prettier/sync": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/@prettier/sync/-/sync-0.3.0.tgz",
+ "integrity": "sha512-3dcmCyAxIcxy036h1I7MQU/uEEBq8oLwf1CE3xeze+MPlgkdlb/+w6rGR/1dhp6Hqi17fRS6nvwnOzkESxEkOw==",
+ "dev": true,
+ "funding": {
+ "url": "https://github.com/prettier/prettier-synchronized?sponsor=1"
+ },
+ "peerDependencies": {
+ "prettier": "^3.0.0"
+ }
+ },
"node_modules/@project-serum/anchor": {
"version": "0.26.0",
"resolved": "https://registry.npmjs.org/@project-serum/anchor/-/anchor-0.26.0.tgz",
@@ -9235,6 +9478,12 @@
"node": ">=18.0.0"
}
},
+ "node_modules/@radix-ui/number": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/number/-/number-1.1.0.tgz",
+ "integrity": "sha512-V3gRzhVNU1ldS5XhAPTom1fOIo4ccrjjJgmE+LI2h/WaFpHmx0MQApT+KZHnx8abG6Avtfcz4WoEciMnpFT3HQ==",
+ "license": "MIT"
+ },
"node_modules/@radix-ui/primitive": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.0.1.tgz",
@@ -9244,20 +9493,27 @@
"@babel/runtime": "^7.13.10"
}
},
- "node_modules/@radix-ui/react-arrow": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-arrow/-/react-arrow-1.0.3.tgz",
- "integrity": "sha512-wSP+pHsB/jQRaL6voubsQ/ZlrGBHHrOjmBnr19hxYgtS0WvAFwZhK2WP/YY5yF9uKECCEEDGxuLxq1NBK51wFA==",
+ "node_modules/@radix-ui/react-accordion": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-accordion/-/react-accordion-1.2.1.tgz",
+ "integrity": "sha512-bg/l7l5QzUjgsh8kjwDFommzAshnUsuVMV5NM56QVCm+7ZckYdd9P/ExR8xG/Oup0OajVxNLaHJ1tb8mXk+nzQ==",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.13.10",
- "@radix-ui/react-primitive": "1.0.3"
+ "@radix-ui/primitive": "1.1.0",
+ "@radix-ui/react-collapsible": "1.1.1",
+ "@radix-ui/react-collection": "1.1.0",
+ "@radix-ui/react-compose-refs": "1.1.0",
+ "@radix-ui/react-context": "1.1.1",
+ "@radix-ui/react-direction": "1.1.0",
+ "@radix-ui/react-id": "1.1.0",
+ "@radix-ui/react-primitive": "2.0.0",
+ "@radix-ui/react-use-controllable-state": "1.1.0"
},
"peerDependencies": {
"@types/react": "*",
"@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0",
- "react-dom": "^16.8 || ^17.0 || ^18.0"
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
},
"peerDependenciesMeta": {
"@types/react": {
@@ -9268,23 +9524,28 @@
}
}
},
- "node_modules/@radix-ui/react-collection": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-collection/-/react-collection-1.0.3.tgz",
- "integrity": "sha512-3SzW+0PW7yBBoQlT8wNcGtaxaD0XSu0uLUFgrtHY08Acx05TaHaOmVLR73c0j/cqpDy53KBMO7s0dx2wmOIDIA==",
+ "node_modules/@radix-ui/react-accordion/node_modules/@radix-ui/primitive": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.0.tgz",
+ "integrity": "sha512-4Z8dn6Upk0qk4P74xBhZ6Hd/w0mPEzOOLxy4xiPXOXqjF7jZS0VAKk7/x/H6FyY2zCkYJqePf1G5KmkmNJ4RBA==",
+ "license": "MIT"
+ },
+ "node_modules/@radix-ui/react-accordion/node_modules/@radix-ui/react-collection": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-collection/-/react-collection-1.1.0.tgz",
+ "integrity": "sha512-GZsZslMJEyo1VKm5L1ZJY8tGDxZNPAoUeQUIbKeJfoi7Q4kmig5AsgLMYYuyYbfjd8fBmFORAIwYAkXMnXZgZw==",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.13.10",
- "@radix-ui/react-compose-refs": "1.0.1",
- "@radix-ui/react-context": "1.0.1",
- "@radix-ui/react-primitive": "1.0.3",
- "@radix-ui/react-slot": "1.0.2"
+ "@radix-ui/react-compose-refs": "1.1.0",
+ "@radix-ui/react-context": "1.1.0",
+ "@radix-ui/react-primitive": "2.0.0",
+ "@radix-ui/react-slot": "1.1.0"
},
"peerDependencies": {
"@types/react": "*",
"@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0",
- "react-dom": "^16.8 || ^17.0 || ^18.0"
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
},
"peerDependenciesMeta": {
"@types/react": {
@@ -9295,17 +9556,44 @@
}
}
},
- "node_modules/@radix-ui/react-compose-refs": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.0.1.tgz",
- "integrity": "sha512-fDSBgd44FKHa1FRMU59qBMPFcl2PZE+2nmqunj+BWFyYYjnhIDWL2ItDs3rrbJDQOtzt5nIebLCQc4QRfz6LJw==",
+ "node_modules/@radix-ui/react-accordion/node_modules/@radix-ui/react-collection/node_modules/@radix-ui/react-context": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.1.0.tgz",
+ "integrity": "sha512-OKrckBy+sMEgYM/sMmqmErVn0kZqrHPJze+Ql3DzYsDDp0hl0L62nx/2122/Bvps1qz645jlcu2tD9lrRSdf8A==",
"license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.13.10"
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-accordion/node_modules/@radix-ui/react-compose-refs": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.0.tgz",
+ "integrity": "sha512-b4inOtiaOnYf9KWyO3jAeeCG6FeyfY6ldiEPanbUjWd+xIk5wZeHa8yVwmrJ2vderhu/BQvzCrJI0lHd+wIiqw==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
},
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-accordion/node_modules/@radix-ui/react-context": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.1.1.tgz",
+ "integrity": "sha512-UASk9zi+crv9WteK/NU4PLvOoL3OuE6BWVKNF6hPRBtYBDXQ2u5iu3O59zUlJiTVvkyuycnqrztsHVJwcK9K+Q==",
+ "license": "MIT",
"peerDependencies": {
"@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0"
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
},
"peerDependenciesMeta": {
"@types/react": {
@@ -9313,17 +9601,32 @@
}
}
},
- "node_modules/@radix-ui/react-context": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.0.1.tgz",
- "integrity": "sha512-ebbrdFoYTcuZ0v4wG5tedGnp9tzcV8awzsxYph7gXUyvnNLuTIcCk1q17JEbnVhXAKG9oX3KtchwiMIAYp9NLg==",
+ "node_modules/@radix-ui/react-accordion/node_modules/@radix-ui/react-direction": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-direction/-/react-direction-1.1.0.tgz",
+ "integrity": "sha512-BUuBvgThEiAXh2DWu93XsT+a3aWrGqolGlqqw5VU1kG7p/ZH2cuDlM1sRLNnY3QcBS69UIz2mcKhMxDsdewhjg==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-accordion/node_modules/@radix-ui/react-id": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-1.1.0.tgz",
+ "integrity": "sha512-EJUrI8yYh7WOjNOqpoJaf1jlFIH2LvtgAl+YcFqNCa+4hj64ZXmPkAKOFs/ukjz3byN6bdb/AVUqHkI8/uWWMA==",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.13.10"
+ "@radix-ui/react-use-layout-effect": "1.1.0"
},
"peerDependencies": {
"@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0"
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
},
"peerDependenciesMeta": {
"@types/react": {
@@ -9331,33 +9634,19 @@
}
}
},
- "node_modules/@radix-ui/react-dialog": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-dialog/-/react-dialog-1.0.5.tgz",
- "integrity": "sha512-GjWJX/AUpB703eEBanuBnIWdIXg6NvJFCXcNlSZk4xdszCdhrJgBoUd1cGk67vFO+WdA2pfI/plOpqz/5GUP6Q==",
+ "node_modules/@radix-ui/react-accordion/node_modules/@radix-ui/react-primitive": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.0.0.tgz",
+ "integrity": "sha512-ZSpFm0/uHa8zTvKBDjLFWLo8dkr4MBsiDLz0g3gMUwqgLHz9rTaRRGYDgvZPtBJgYCBKXkS9fzmoySgr8CO6Cw==",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.13.10",
- "@radix-ui/primitive": "1.0.1",
- "@radix-ui/react-compose-refs": "1.0.1",
- "@radix-ui/react-context": "1.0.1",
- "@radix-ui/react-dismissable-layer": "1.0.5",
- "@radix-ui/react-focus-guards": "1.0.1",
- "@radix-ui/react-focus-scope": "1.0.4",
- "@radix-ui/react-id": "1.0.1",
- "@radix-ui/react-portal": "1.0.4",
- "@radix-ui/react-presence": "1.0.1",
- "@radix-ui/react-primitive": "1.0.3",
- "@radix-ui/react-slot": "1.0.2",
- "@radix-ui/react-use-controllable-state": "1.0.1",
- "aria-hidden": "^1.1.1",
- "react-remove-scroll": "2.5.5"
+ "@radix-ui/react-slot": "1.1.0"
},
"peerDependencies": {
"@types/react": "*",
"@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0",
- "react-dom": "^16.8 || ^17.0 || ^18.0"
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
},
"peerDependenciesMeta": {
"@types/react": {
@@ -9368,24 +9657,32 @@
}
}
},
- "node_modules/@radix-ui/react-dialog/node_modules/react-remove-scroll": {
- "version": "2.5.5",
- "resolved": "https://registry.npmjs.org/react-remove-scroll/-/react-remove-scroll-2.5.5.tgz",
- "integrity": "sha512-ImKhrzJJsyXJfBZ4bzu8Bwpka14c/fQt0k+cyFp/PBhTfyDnU5hjOtM4AG/0AMyy8oKzOTR0lDgJIM7pYXI0kw==",
+ "node_modules/@radix-ui/react-accordion/node_modules/@radix-ui/react-slot": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.1.0.tgz",
+ "integrity": "sha512-FUCf5XMfmW4dtYl69pdS4DbxKy8nj4M7SafBgPllysxmdachynNflAdp/gCsnYWNDnge6tI9onzMp5ARYc1KNw==",
"license": "MIT",
"dependencies": {
- "react-remove-scroll-bar": "^2.3.3",
- "react-style-singleton": "^2.2.1",
- "tslib": "^2.1.0",
- "use-callback-ref": "^1.3.0",
- "use-sidecar": "^1.1.2"
+ "@radix-ui/react-compose-refs": "1.1.0"
},
- "engines": {
- "node": ">=10"
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
},
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-accordion/node_modules/@radix-ui/react-use-callback-ref": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.0.tgz",
+ "integrity": "sha512-CasTfvsy+frcFkbXtSJ2Zu9JHpN8TYKxkgJGWbjiZhFivxaeW7rMeZt7QELGVLaYVfFMsKHjb7Ak0nMEe+2Vfw==",
+ "license": "MIT",
"peerDependencies": {
- "@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
},
"peerDependenciesMeta": {
"@types/react": {
@@ -9393,17 +9690,17 @@
}
}
},
- "node_modules/@radix-ui/react-direction": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-direction/-/react-direction-1.0.1.tgz",
- "integrity": "sha512-RXcvnXgyvYvBEOhCBuddKecVkoMiI10Jcm5cTI7abJRAHYfFxeu+FBQs/DvdxSYucxR5mna0dNsL6QFlds5TMA==",
+ "node_modules/@radix-ui/react-accordion/node_modules/@radix-ui/react-use-controllable-state": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.1.0.tgz",
+ "integrity": "sha512-MtfMVJiSr2NjzS0Aa90NPTnvTSg6C/JLCV7ma0W6+OMV78vd8OyRpID+Ng9LxzsPbLeuBnWBA1Nq30AtBIDChw==",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.13.10"
+ "@radix-ui/react-use-callback-ref": "1.1.0"
},
"peerDependencies": {
"@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0"
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
},
"peerDependenciesMeta": {
"@types/react": {
@@ -9411,18 +9708,29 @@
}
}
},
- "node_modules/@radix-ui/react-dismissable-layer": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.0.5.tgz",
- "integrity": "sha512-aJeDjQhywg9LBu2t/At58hCvr7pEm0o2Ke1x33B+MhjNmmZ17sy4KImo0KPLgsnc/zN7GPdce8Cnn0SWvwZO7g==",
+ "node_modules/@radix-ui/react-accordion/node_modules/@radix-ui/react-use-layout-effect": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.0.tgz",
+ "integrity": "sha512-+FPE0rOdziWSrH9athwI1R0HDVbWlEhd+FR+aSDk4uWGmSJ9Z54sdZVDQPZAinJhJXwfT+qnj969mCsT2gfm5w==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-arrow": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-arrow/-/react-arrow-1.0.3.tgz",
+ "integrity": "sha512-wSP+pHsB/jQRaL6voubsQ/ZlrGBHHrOjmBnr19hxYgtS0WvAFwZhK2WP/YY5yF9uKECCEEDGxuLxq1NBK51wFA==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.13.10",
- "@radix-ui/primitive": "1.0.1",
- "@radix-ui/react-compose-refs": "1.0.1",
- "@radix-ui/react-primitive": "1.0.3",
- "@radix-ui/react-use-callback-ref": "1.0.1",
- "@radix-ui/react-use-escape-keydown": "1.0.3"
+ "@radix-ui/react-primitive": "1.0.3"
},
"peerDependencies": {
"@types/react": "*",
@@ -9439,26 +9747,26 @@
}
}
},
- "node_modules/@radix-ui/react-dropdown-menu": {
- "version": "2.0.6",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-dropdown-menu/-/react-dropdown-menu-2.0.6.tgz",
- "integrity": "sha512-i6TuFOoWmLWq+M/eCLGd/bQ2HfAX1RJgvrBQ6AQLmzfvsLdefxbWu8G9zczcPFfcSPehz9GcpF6K9QYreFV8hA==",
+ "node_modules/@radix-ui/react-checkbox": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-checkbox/-/react-checkbox-1.1.2.tgz",
+ "integrity": "sha512-/i0fl686zaJbDQLNKrkCbMyDm6FQMt4jg323k7HuqitoANm9sE23Ql8yOK3Wusk34HSLKDChhMux05FnP6KUkw==",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.13.10",
- "@radix-ui/primitive": "1.0.1",
- "@radix-ui/react-compose-refs": "1.0.1",
- "@radix-ui/react-context": "1.0.1",
- "@radix-ui/react-id": "1.0.1",
- "@radix-ui/react-menu": "2.0.6",
- "@radix-ui/react-primitive": "1.0.3",
- "@radix-ui/react-use-controllable-state": "1.0.1"
+ "@radix-ui/primitive": "1.1.0",
+ "@radix-ui/react-compose-refs": "1.1.0",
+ "@radix-ui/react-context": "1.1.1",
+ "@radix-ui/react-presence": "1.1.1",
+ "@radix-ui/react-primitive": "2.0.0",
+ "@radix-ui/react-use-controllable-state": "1.1.0",
+ "@radix-ui/react-use-previous": "1.1.0",
+ "@radix-ui/react-use-size": "1.1.0"
},
"peerDependencies": {
"@types/react": "*",
"@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0",
- "react-dom": "^16.8 || ^17.0 || ^18.0"
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
},
"peerDependenciesMeta": {
"@types/react": {
@@ -9469,40 +9777,79 @@
}
}
},
- "node_modules/@radix-ui/react-focus-guards": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-guards/-/react-focus-guards-1.0.1.tgz",
- "integrity": "sha512-Rect2dWbQ8waGzhMavsIbmSVCgYxkXLxxR3ZvCX79JOglzdEy4JXMb98lq4hPxUbLr77nP0UOGf4rcMU+s1pUA==",
+ "node_modules/@radix-ui/react-checkbox/node_modules/@radix-ui/primitive": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.0.tgz",
+ "integrity": "sha512-4Z8dn6Upk0qk4P74xBhZ6Hd/w0mPEzOOLxy4xiPXOXqjF7jZS0VAKk7/x/H6FyY2zCkYJqePf1G5KmkmNJ4RBA==",
+ "license": "MIT"
+ },
+ "node_modules/@radix-ui/react-checkbox/node_modules/@radix-ui/react-compose-refs": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.0.tgz",
+ "integrity": "sha512-b4inOtiaOnYf9KWyO3jAeeCG6FeyfY6ldiEPanbUjWd+xIk5wZeHa8yVwmrJ2vderhu/BQvzCrJI0lHd+wIiqw==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-checkbox/node_modules/@radix-ui/react-context": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.1.1.tgz",
+ "integrity": "sha512-UASk9zi+crv9WteK/NU4PLvOoL3OuE6BWVKNF6hPRBtYBDXQ2u5iu3O59zUlJiTVvkyuycnqrztsHVJwcK9K+Q==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-checkbox/node_modules/@radix-ui/react-presence": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-1.1.1.tgz",
+ "integrity": "sha512-IeFXVi4YS1K0wVZzXNrbaaUvIJ3qdY+/Ih4eHFhWA9SwGR9UDX7Ck8abvL57C4cv3wwMvUE0OG69Qc3NCcTe/A==",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.13.10"
+ "@radix-ui/react-compose-refs": "1.1.0",
+ "@radix-ui/react-use-layout-effect": "1.1.0"
},
"peerDependencies": {
"@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0"
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
}
}
},
- "node_modules/@radix-ui/react-focus-scope": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.0.4.tgz",
- "integrity": "sha512-sL04Mgvf+FmyvZeYfNu1EPAaaxD+aw7cYeIB9L9Fvq8+urhltTRaEo5ysKOpHuKPclsZcSUMKlN05x4u+CINpA==",
+ "node_modules/@radix-ui/react-checkbox/node_modules/@radix-ui/react-primitive": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.0.0.tgz",
+ "integrity": "sha512-ZSpFm0/uHa8zTvKBDjLFWLo8dkr4MBsiDLz0g3gMUwqgLHz9rTaRRGYDgvZPtBJgYCBKXkS9fzmoySgr8CO6Cw==",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.13.10",
- "@radix-ui/react-compose-refs": "1.0.1",
- "@radix-ui/react-primitive": "1.0.3",
- "@radix-ui/react-use-callback-ref": "1.0.1"
+ "@radix-ui/react-slot": "1.1.0"
},
"peerDependencies": {
"@types/react": "*",
"@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0",
- "react-dom": "^16.8 || ^17.0 || ^18.0"
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
},
"peerDependenciesMeta": {
"@types/react": {
@@ -9513,18 +9860,17 @@
}
}
},
- "node_modules/@radix-ui/react-id": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-1.0.1.tgz",
- "integrity": "sha512-tI7sT/kqYp8p96yGWY1OAnLHrqDgzHefRBKQ2YAkBS5ja7QLcZ9Z/uY7bEjPUatf8RomoXM8/1sMj1IJaE5UzQ==",
+ "node_modules/@radix-ui/react-checkbox/node_modules/@radix-ui/react-slot": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.1.0.tgz",
+ "integrity": "sha512-FUCf5XMfmW4dtYl69pdS4DbxKy8nj4M7SafBgPllysxmdachynNflAdp/gCsnYWNDnge6tI9onzMp5ARYc1KNw==",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.13.10",
- "@radix-ui/react-use-layout-effect": "1.0.1"
+ "@radix-ui/react-compose-refs": "1.1.0"
},
"peerDependencies": {
"@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0"
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
},
"peerDependenciesMeta": {
"@types/react": {
@@ -9532,37 +9878,107 @@
}
}
},
- "node_modules/@radix-ui/react-menu": {
- "version": "2.0.6",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-menu/-/react-menu-2.0.6.tgz",
- "integrity": "sha512-BVkFLS+bUC8HcImkRKPSiVumA1VPOOEC5WBMiT+QAVsPzW1FJzI9KnqgGxVDPBcql5xXrHkD3JOVoXWEXD8SYA==",
+ "node_modules/@radix-ui/react-checkbox/node_modules/@radix-ui/react-use-callback-ref": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.0.tgz",
+ "integrity": "sha512-CasTfvsy+frcFkbXtSJ2Zu9JHpN8TYKxkgJGWbjiZhFivxaeW7rMeZt7QELGVLaYVfFMsKHjb7Ak0nMEe+2Vfw==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-checkbox/node_modules/@radix-ui/react-use-controllable-state": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.1.0.tgz",
+ "integrity": "sha512-MtfMVJiSr2NjzS0Aa90NPTnvTSg6C/JLCV7ma0W6+OMV78vd8OyRpID+Ng9LxzsPbLeuBnWBA1Nq30AtBIDChw==",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.13.10",
- "@radix-ui/primitive": "1.0.1",
- "@radix-ui/react-collection": "1.0.3",
- "@radix-ui/react-compose-refs": "1.0.1",
- "@radix-ui/react-context": "1.0.1",
- "@radix-ui/react-direction": "1.0.1",
- "@radix-ui/react-dismissable-layer": "1.0.5",
- "@radix-ui/react-focus-guards": "1.0.1",
- "@radix-ui/react-focus-scope": "1.0.4",
- "@radix-ui/react-id": "1.0.1",
- "@radix-ui/react-popper": "1.1.3",
- "@radix-ui/react-portal": "1.0.4",
- "@radix-ui/react-presence": "1.0.1",
- "@radix-ui/react-primitive": "1.0.3",
- "@radix-ui/react-roving-focus": "1.0.4",
- "@radix-ui/react-slot": "1.0.2",
- "@radix-ui/react-use-callback-ref": "1.0.1",
- "aria-hidden": "^1.1.1",
- "react-remove-scroll": "2.5.5"
+ "@radix-ui/react-use-callback-ref": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-checkbox/node_modules/@radix-ui/react-use-layout-effect": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.0.tgz",
+ "integrity": "sha512-+FPE0rOdziWSrH9athwI1R0HDVbWlEhd+FR+aSDk4uWGmSJ9Z54sdZVDQPZAinJhJXwfT+qnj969mCsT2gfm5w==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-checkbox/node_modules/@radix-ui/react-use-previous": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-previous/-/react-use-previous-1.1.0.tgz",
+ "integrity": "sha512-Z/e78qg2YFnnXcW88A4JmTtm4ADckLno6F7OXotmkQfeuCVaKuYzqAATPhVzl3delXE7CxIV8shofPn3jPc5Og==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-checkbox/node_modules/@radix-ui/react-use-size": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-size/-/react-use-size-1.1.0.tgz",
+ "integrity": "sha512-XW3/vWuIXHa+2Uwcc2ABSfcCledmXhhQPlGbfcRXbiUQI5Icjcg19BGCZVKKInYbvUCut/ufbbLLPFC5cbb1hw==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-use-layout-effect": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-collapsible": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-collapsible/-/react-collapsible-1.1.1.tgz",
+ "integrity": "sha512-1///SnrfQHJEofLokyczERxQbWfCGQlQ2XsCZMucVs6it+lq9iw4vXy+uDn1edlb58cOZOWSldnfPAYcT4O/Yg==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/primitive": "1.1.0",
+ "@radix-ui/react-compose-refs": "1.1.0",
+ "@radix-ui/react-context": "1.1.1",
+ "@radix-ui/react-id": "1.1.0",
+ "@radix-ui/react-presence": "1.1.1",
+ "@radix-ui/react-primitive": "2.0.0",
+ "@radix-ui/react-use-controllable-state": "1.1.0",
+ "@radix-ui/react-use-layout-effect": "1.1.0"
},
"peerDependencies": {
"@types/react": "*",
"@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0",
- "react-dom": "^16.8 || ^17.0 || ^18.0"
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
},
"peerDependenciesMeta": {
"@types/react": {
@@ -9573,24 +9989,53 @@
}
}
},
- "node_modules/@radix-ui/react-menu/node_modules/react-remove-scroll": {
- "version": "2.5.5",
- "resolved": "https://registry.npmjs.org/react-remove-scroll/-/react-remove-scroll-2.5.5.tgz",
- "integrity": "sha512-ImKhrzJJsyXJfBZ4bzu8Bwpka14c/fQt0k+cyFp/PBhTfyDnU5hjOtM4AG/0AMyy8oKzOTR0lDgJIM7pYXI0kw==",
+ "node_modules/@radix-ui/react-collapsible/node_modules/@radix-ui/primitive": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.0.tgz",
+ "integrity": "sha512-4Z8dn6Upk0qk4P74xBhZ6Hd/w0mPEzOOLxy4xiPXOXqjF7jZS0VAKk7/x/H6FyY2zCkYJqePf1G5KmkmNJ4RBA==",
+ "license": "MIT"
+ },
+ "node_modules/@radix-ui/react-collapsible/node_modules/@radix-ui/react-compose-refs": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.0.tgz",
+ "integrity": "sha512-b4inOtiaOnYf9KWyO3jAeeCG6FeyfY6ldiEPanbUjWd+xIk5wZeHa8yVwmrJ2vderhu/BQvzCrJI0lHd+wIiqw==",
"license": "MIT",
- "dependencies": {
- "react-remove-scroll-bar": "^2.3.3",
- "react-style-singleton": "^2.2.1",
- "tslib": "^2.1.0",
- "use-callback-ref": "^1.3.0",
- "use-sidecar": "^1.1.2"
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
},
- "engines": {
- "node": ">=10"
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-collapsible/node_modules/@radix-ui/react-context": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.1.1.tgz",
+ "integrity": "sha512-UASk9zi+crv9WteK/NU4PLvOoL3OuE6BWVKNF6hPRBtYBDXQ2u5iu3O59zUlJiTVvkyuycnqrztsHVJwcK9K+Q==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-collapsible/node_modules/@radix-ui/react-id": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-1.1.0.tgz",
+ "integrity": "sha512-EJUrI8yYh7WOjNOqpoJaf1jlFIH2LvtgAl+YcFqNCa+4hj64ZXmPkAKOFs/ukjz3byN6bdb/AVUqHkI8/uWWMA==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-use-layout-effect": "1.1.0"
},
"peerDependencies": {
- "@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
},
"peerDependenciesMeta": {
"@types/react": {
@@ -9598,33 +10043,20 @@
}
}
},
- "node_modules/@radix-ui/react-navigation-menu": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-navigation-menu/-/react-navigation-menu-1.1.3.tgz",
- "integrity": "sha512-x4Uv0N47ABx3/frJazYXxvMpZeKJe0qmRIgQ2o3lhTqnTVg+CaZfVVO4nQLn3QJcDkTz8icElKffhFng47XIBA==",
+ "node_modules/@radix-ui/react-collapsible/node_modules/@radix-ui/react-presence": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-1.1.1.tgz",
+ "integrity": "sha512-IeFXVi4YS1K0wVZzXNrbaaUvIJ3qdY+/Ih4eHFhWA9SwGR9UDX7Ck8abvL57C4cv3wwMvUE0OG69Qc3NCcTe/A==",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.13.10",
- "@radix-ui/primitive": "1.0.1",
- "@radix-ui/react-collection": "1.0.3",
- "@radix-ui/react-compose-refs": "1.0.1",
- "@radix-ui/react-context": "1.0.1",
- "@radix-ui/react-direction": "1.0.1",
- "@radix-ui/react-dismissable-layer": "1.0.4",
- "@radix-ui/react-id": "1.0.1",
- "@radix-ui/react-presence": "1.0.1",
- "@radix-ui/react-primitive": "1.0.3",
- "@radix-ui/react-use-callback-ref": "1.0.1",
- "@radix-ui/react-use-controllable-state": "1.0.1",
- "@radix-ui/react-use-layout-effect": "1.0.1",
- "@radix-ui/react-use-previous": "1.0.1",
- "@radix-ui/react-visually-hidden": "1.0.3"
+ "@radix-ui/react-compose-refs": "1.1.0",
+ "@radix-ui/react-use-layout-effect": "1.1.0"
},
"peerDependencies": {
"@types/react": "*",
"@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0",
- "react-dom": "^16.8 || ^17.0 || ^18.0"
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
},
"peerDependenciesMeta": {
"@types/react": {
@@ -9635,24 +10067,2386 @@
}
}
},
- "node_modules/@radix-ui/react-navigation-menu/node_modules/@radix-ui/react-dismissable-layer": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.0.4.tgz",
- "integrity": "sha512-7UpBa/RKMoHJYjie1gkF1DlK8l1fdU/VKDpoS3rCCo8YBJR294GwcEHyxHw72yvphJ7ld0AXEcSLAzY2F/WyCg==",
+ "node_modules/@radix-ui/react-collapsible/node_modules/@radix-ui/react-primitive": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.0.0.tgz",
+ "integrity": "sha512-ZSpFm0/uHa8zTvKBDjLFWLo8dkr4MBsiDLz0g3gMUwqgLHz9rTaRRGYDgvZPtBJgYCBKXkS9fzmoySgr8CO6Cw==",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.13.10",
- "@radix-ui/primitive": "1.0.1",
- "@radix-ui/react-compose-refs": "1.0.1",
- "@radix-ui/react-primitive": "1.0.3",
- "@radix-ui/react-use-callback-ref": "1.0.1",
- "@radix-ui/react-use-escape-keydown": "1.0.3"
+ "@radix-ui/react-slot": "1.1.0"
},
"peerDependencies": {
"@types/react": "*",
"@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0",
- "react-dom": "^16.8 || ^17.0 || ^18.0"
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-collapsible/node_modules/@radix-ui/react-slot": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.1.0.tgz",
+ "integrity": "sha512-FUCf5XMfmW4dtYl69pdS4DbxKy8nj4M7SafBgPllysxmdachynNflAdp/gCsnYWNDnge6tI9onzMp5ARYc1KNw==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-compose-refs": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-collapsible/node_modules/@radix-ui/react-use-callback-ref": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.0.tgz",
+ "integrity": "sha512-CasTfvsy+frcFkbXtSJ2Zu9JHpN8TYKxkgJGWbjiZhFivxaeW7rMeZt7QELGVLaYVfFMsKHjb7Ak0nMEe+2Vfw==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-collapsible/node_modules/@radix-ui/react-use-controllable-state": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.1.0.tgz",
+ "integrity": "sha512-MtfMVJiSr2NjzS0Aa90NPTnvTSg6C/JLCV7ma0W6+OMV78vd8OyRpID+Ng9LxzsPbLeuBnWBA1Nq30AtBIDChw==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-use-callback-ref": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-collapsible/node_modules/@radix-ui/react-use-layout-effect": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.0.tgz",
+ "integrity": "sha512-+FPE0rOdziWSrH9athwI1R0HDVbWlEhd+FR+aSDk4uWGmSJ9Z54sdZVDQPZAinJhJXwfT+qnj969mCsT2gfm5w==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-collection": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-collection/-/react-collection-1.0.3.tgz",
+ "integrity": "sha512-3SzW+0PW7yBBoQlT8wNcGtaxaD0XSu0uLUFgrtHY08Acx05TaHaOmVLR73c0j/cqpDy53KBMO7s0dx2wmOIDIA==",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/runtime": "^7.13.10",
+ "@radix-ui/react-compose-refs": "1.0.1",
+ "@radix-ui/react-context": "1.0.1",
+ "@radix-ui/react-primitive": "1.0.3",
+ "@radix-ui/react-slot": "1.0.2"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0",
+ "react-dom": "^16.8 || ^17.0 || ^18.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-compose-refs": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.0.1.tgz",
+ "integrity": "sha512-fDSBgd44FKHa1FRMU59qBMPFcl2PZE+2nmqunj+BWFyYYjnhIDWL2ItDs3rrbJDQOtzt5nIebLCQc4QRfz6LJw==",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/runtime": "^7.13.10"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-context": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.0.1.tgz",
+ "integrity": "sha512-ebbrdFoYTcuZ0v4wG5tedGnp9tzcV8awzsxYph7gXUyvnNLuTIcCk1q17JEbnVhXAKG9oX3KtchwiMIAYp9NLg==",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/runtime": "^7.13.10"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-dialog": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-dialog/-/react-dialog-1.0.5.tgz",
+ "integrity": "sha512-GjWJX/AUpB703eEBanuBnIWdIXg6NvJFCXcNlSZk4xdszCdhrJgBoUd1cGk67vFO+WdA2pfI/plOpqz/5GUP6Q==",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/runtime": "^7.13.10",
+ "@radix-ui/primitive": "1.0.1",
+ "@radix-ui/react-compose-refs": "1.0.1",
+ "@radix-ui/react-context": "1.0.1",
+ "@radix-ui/react-dismissable-layer": "1.0.5",
+ "@radix-ui/react-focus-guards": "1.0.1",
+ "@radix-ui/react-focus-scope": "1.0.4",
+ "@radix-ui/react-id": "1.0.1",
+ "@radix-ui/react-portal": "1.0.4",
+ "@radix-ui/react-presence": "1.0.1",
+ "@radix-ui/react-primitive": "1.0.3",
+ "@radix-ui/react-slot": "1.0.2",
+ "@radix-ui/react-use-controllable-state": "1.0.1",
+ "aria-hidden": "^1.1.1",
+ "react-remove-scroll": "2.5.5"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0",
+ "react-dom": "^16.8 || ^17.0 || ^18.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-dialog/node_modules/react-remove-scroll": {
+ "version": "2.5.5",
+ "resolved": "https://registry.npmjs.org/react-remove-scroll/-/react-remove-scroll-2.5.5.tgz",
+ "integrity": "sha512-ImKhrzJJsyXJfBZ4bzu8Bwpka14c/fQt0k+cyFp/PBhTfyDnU5hjOtM4AG/0AMyy8oKzOTR0lDgJIM7pYXI0kw==",
+ "license": "MIT",
+ "dependencies": {
+ "react-remove-scroll-bar": "^2.3.3",
+ "react-style-singleton": "^2.2.1",
+ "tslib": "^2.1.0",
+ "use-callback-ref": "^1.3.0",
+ "use-sidecar": "^1.1.2"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "peerDependencies": {
+ "@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-direction": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-direction/-/react-direction-1.0.1.tgz",
+ "integrity": "sha512-RXcvnXgyvYvBEOhCBuddKecVkoMiI10Jcm5cTI7abJRAHYfFxeu+FBQs/DvdxSYucxR5mna0dNsL6QFlds5TMA==",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/runtime": "^7.13.10"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-dismissable-layer": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.0.5.tgz",
+ "integrity": "sha512-aJeDjQhywg9LBu2t/At58hCvr7pEm0o2Ke1x33B+MhjNmmZ17sy4KImo0KPLgsnc/zN7GPdce8Cnn0SWvwZO7g==",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/runtime": "^7.13.10",
+ "@radix-ui/primitive": "1.0.1",
+ "@radix-ui/react-compose-refs": "1.0.1",
+ "@radix-ui/react-primitive": "1.0.3",
+ "@radix-ui/react-use-callback-ref": "1.0.1",
+ "@radix-ui/react-use-escape-keydown": "1.0.3"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0",
+ "react-dom": "^16.8 || ^17.0 || ^18.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-dropdown-menu": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-dropdown-menu/-/react-dropdown-menu-2.0.6.tgz",
+ "integrity": "sha512-i6TuFOoWmLWq+M/eCLGd/bQ2HfAX1RJgvrBQ6AQLmzfvsLdefxbWu8G9zczcPFfcSPehz9GcpF6K9QYreFV8hA==",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/runtime": "^7.13.10",
+ "@radix-ui/primitive": "1.0.1",
+ "@radix-ui/react-compose-refs": "1.0.1",
+ "@radix-ui/react-context": "1.0.1",
+ "@radix-ui/react-id": "1.0.1",
+ "@radix-ui/react-menu": "2.0.6",
+ "@radix-ui/react-primitive": "1.0.3",
+ "@radix-ui/react-use-controllable-state": "1.0.1"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0",
+ "react-dom": "^16.8 || ^17.0 || ^18.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-focus-guards": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-guards/-/react-focus-guards-1.0.1.tgz",
+ "integrity": "sha512-Rect2dWbQ8waGzhMavsIbmSVCgYxkXLxxR3ZvCX79JOglzdEy4JXMb98lq4hPxUbLr77nP0UOGf4rcMU+s1pUA==",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/runtime": "^7.13.10"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-focus-scope": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.0.4.tgz",
+ "integrity": "sha512-sL04Mgvf+FmyvZeYfNu1EPAaaxD+aw7cYeIB9L9Fvq8+urhltTRaEo5ysKOpHuKPclsZcSUMKlN05x4u+CINpA==",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/runtime": "^7.13.10",
+ "@radix-ui/react-compose-refs": "1.0.1",
+ "@radix-ui/react-primitive": "1.0.3",
+ "@radix-ui/react-use-callback-ref": "1.0.1"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0",
+ "react-dom": "^16.8 || ^17.0 || ^18.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-id": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-1.0.1.tgz",
+ "integrity": "sha512-tI7sT/kqYp8p96yGWY1OAnLHrqDgzHefRBKQ2YAkBS5ja7QLcZ9Z/uY7bEjPUatf8RomoXM8/1sMj1IJaE5UzQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/runtime": "^7.13.10",
+ "@radix-ui/react-use-layout-effect": "1.0.1"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-label": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-label/-/react-label-2.1.0.tgz",
+ "integrity": "sha512-peLblDlFw/ngk3UWq0VnYaOLy6agTZZ+MUO/WhVfm14vJGML+xH4FAl2XQGLqdefjNb7ApRg6Yn7U42ZhmYXdw==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-primitive": "2.0.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-label/node_modules/@radix-ui/react-compose-refs": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.0.tgz",
+ "integrity": "sha512-b4inOtiaOnYf9KWyO3jAeeCG6FeyfY6ldiEPanbUjWd+xIk5wZeHa8yVwmrJ2vderhu/BQvzCrJI0lHd+wIiqw==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-label/node_modules/@radix-ui/react-primitive": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.0.0.tgz",
+ "integrity": "sha512-ZSpFm0/uHa8zTvKBDjLFWLo8dkr4MBsiDLz0g3gMUwqgLHz9rTaRRGYDgvZPtBJgYCBKXkS9fzmoySgr8CO6Cw==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-slot": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-label/node_modules/@radix-ui/react-slot": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.1.0.tgz",
+ "integrity": "sha512-FUCf5XMfmW4dtYl69pdS4DbxKy8nj4M7SafBgPllysxmdachynNflAdp/gCsnYWNDnge6tI9onzMp5ARYc1KNw==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-compose-refs": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-menu": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-menu/-/react-menu-2.0.6.tgz",
+ "integrity": "sha512-BVkFLS+bUC8HcImkRKPSiVumA1VPOOEC5WBMiT+QAVsPzW1FJzI9KnqgGxVDPBcql5xXrHkD3JOVoXWEXD8SYA==",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/runtime": "^7.13.10",
+ "@radix-ui/primitive": "1.0.1",
+ "@radix-ui/react-collection": "1.0.3",
+ "@radix-ui/react-compose-refs": "1.0.1",
+ "@radix-ui/react-context": "1.0.1",
+ "@radix-ui/react-direction": "1.0.1",
+ "@radix-ui/react-dismissable-layer": "1.0.5",
+ "@radix-ui/react-focus-guards": "1.0.1",
+ "@radix-ui/react-focus-scope": "1.0.4",
+ "@radix-ui/react-id": "1.0.1",
+ "@radix-ui/react-popper": "1.1.3",
+ "@radix-ui/react-portal": "1.0.4",
+ "@radix-ui/react-presence": "1.0.1",
+ "@radix-ui/react-primitive": "1.0.3",
+ "@radix-ui/react-roving-focus": "1.0.4",
+ "@radix-ui/react-slot": "1.0.2",
+ "@radix-ui/react-use-callback-ref": "1.0.1",
+ "aria-hidden": "^1.1.1",
+ "react-remove-scroll": "2.5.5"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0",
+ "react-dom": "^16.8 || ^17.0 || ^18.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-menu/node_modules/react-remove-scroll": {
+ "version": "2.5.5",
+ "resolved": "https://registry.npmjs.org/react-remove-scroll/-/react-remove-scroll-2.5.5.tgz",
+ "integrity": "sha512-ImKhrzJJsyXJfBZ4bzu8Bwpka14c/fQt0k+cyFp/PBhTfyDnU5hjOtM4AG/0AMyy8oKzOTR0lDgJIM7pYXI0kw==",
+ "license": "MIT",
+ "dependencies": {
+ "react-remove-scroll-bar": "^2.3.3",
+ "react-style-singleton": "^2.2.1",
+ "tslib": "^2.1.0",
+ "use-callback-ref": "^1.3.0",
+ "use-sidecar": "^1.1.2"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "peerDependencies": {
+ "@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-navigation-menu": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-navigation-menu/-/react-navigation-menu-1.1.3.tgz",
+ "integrity": "sha512-x4Uv0N47ABx3/frJazYXxvMpZeKJe0qmRIgQ2o3lhTqnTVg+CaZfVVO4nQLn3QJcDkTz8icElKffhFng47XIBA==",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/runtime": "^7.13.10",
+ "@radix-ui/primitive": "1.0.1",
+ "@radix-ui/react-collection": "1.0.3",
+ "@radix-ui/react-compose-refs": "1.0.1",
+ "@radix-ui/react-context": "1.0.1",
+ "@radix-ui/react-direction": "1.0.1",
+ "@radix-ui/react-dismissable-layer": "1.0.4",
+ "@radix-ui/react-id": "1.0.1",
+ "@radix-ui/react-presence": "1.0.1",
+ "@radix-ui/react-primitive": "1.0.3",
+ "@radix-ui/react-use-callback-ref": "1.0.1",
+ "@radix-ui/react-use-controllable-state": "1.0.1",
+ "@radix-ui/react-use-layout-effect": "1.0.1",
+ "@radix-ui/react-use-previous": "1.0.1",
+ "@radix-ui/react-visually-hidden": "1.0.3"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0",
+ "react-dom": "^16.8 || ^17.0 || ^18.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-navigation-menu/node_modules/@radix-ui/react-dismissable-layer": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.0.4.tgz",
+ "integrity": "sha512-7UpBa/RKMoHJYjie1gkF1DlK8l1fdU/VKDpoS3rCCo8YBJR294GwcEHyxHw72yvphJ7ld0AXEcSLAzY2F/WyCg==",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/runtime": "^7.13.10",
+ "@radix-ui/primitive": "1.0.1",
+ "@radix-ui/react-compose-refs": "1.0.1",
+ "@radix-ui/react-primitive": "1.0.3",
+ "@radix-ui/react-use-callback-ref": "1.0.1",
+ "@radix-ui/react-use-escape-keydown": "1.0.3"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0",
+ "react-dom": "^16.8 || ^17.0 || ^18.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-popover": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-popover/-/react-popover-1.1.1.tgz",
+ "integrity": "sha512-3y1A3isulwnWhvTTwmIreiB8CF4L+qRjZnK1wYLO7pplddzXKby/GnZ2M7OZY3qgnl6p9AodUIHRYGXNah8Y7g==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/primitive": "1.1.0",
+ "@radix-ui/react-compose-refs": "1.1.0",
+ "@radix-ui/react-context": "1.1.0",
+ "@radix-ui/react-dismissable-layer": "1.1.0",
+ "@radix-ui/react-focus-guards": "1.1.0",
+ "@radix-ui/react-focus-scope": "1.1.0",
+ "@radix-ui/react-id": "1.1.0",
+ "@radix-ui/react-popper": "1.2.0",
+ "@radix-ui/react-portal": "1.1.1",
+ "@radix-ui/react-presence": "1.1.0",
+ "@radix-ui/react-primitive": "2.0.0",
+ "@radix-ui/react-slot": "1.1.0",
+ "@radix-ui/react-use-controllable-state": "1.1.0",
+ "aria-hidden": "^1.1.1",
+ "react-remove-scroll": "2.5.7"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-popover/node_modules/@floating-ui/react-dom": {
+ "version": "2.1.6",
+ "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.1.6.tgz",
+ "integrity": "sha512-4JX6rEatQEvlmgU80wZyq9RT96HZJa88q8hp0pBd+LrczeDI4o6uA2M+uvxngVHo4Ihr8uibXxH6+70zhAFrVw==",
+ "license": "MIT",
+ "dependencies": {
+ "@floating-ui/dom": "^1.7.4"
+ },
+ "peerDependencies": {
+ "react": ">=16.8.0",
+ "react-dom": ">=16.8.0"
+ }
+ },
+ "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/primitive": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.0.tgz",
+ "integrity": "sha512-4Z8dn6Upk0qk4P74xBhZ6Hd/w0mPEzOOLxy4xiPXOXqjF7jZS0VAKk7/x/H6FyY2zCkYJqePf1G5KmkmNJ4RBA==",
+ "license": "MIT"
+ },
+ "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-arrow": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-arrow/-/react-arrow-1.1.0.tgz",
+ "integrity": "sha512-FmlW1rCg7hBpEBwFbjHwCW6AmWLQM6g/v0Sn8XbP9NvmSZ2San1FpQeyPtufzOMSIx7Y4dzjlHoifhp+7NkZhw==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-primitive": "2.0.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-compose-refs": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.0.tgz",
+ "integrity": "sha512-b4inOtiaOnYf9KWyO3jAeeCG6FeyfY6ldiEPanbUjWd+xIk5wZeHa8yVwmrJ2vderhu/BQvzCrJI0lHd+wIiqw==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-context": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.1.0.tgz",
+ "integrity": "sha512-OKrckBy+sMEgYM/sMmqmErVn0kZqrHPJze+Ql3DzYsDDp0hl0L62nx/2122/Bvps1qz645jlcu2tD9lrRSdf8A==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-dismissable-layer": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.1.0.tgz",
+ "integrity": "sha512-/UovfmmXGptwGcBQawLzvn2jOfM0t4z3/uKffoBlj724+n3FvBbZ7M0aaBOmkp6pqFYpO4yx8tSVJjx3Fl2jig==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/primitive": "1.1.0",
+ "@radix-ui/react-compose-refs": "1.1.0",
+ "@radix-ui/react-primitive": "2.0.0",
+ "@radix-ui/react-use-callback-ref": "1.1.0",
+ "@radix-ui/react-use-escape-keydown": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-focus-guards": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-guards/-/react-focus-guards-1.1.0.tgz",
+ "integrity": "sha512-w6XZNUPVv6xCpZUqb/yN9DL6auvpGX3C/ee6Hdi16v2UUy25HV2Q5bcflsiDyT/g5RwbPQ/GIT1vLkeRb+ITBw==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-focus-scope": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.1.0.tgz",
+ "integrity": "sha512-200UD8zylvEyL8Bx+z76RJnASR2gRMuxlgFCPAe/Q/679a/r0eK3MBVYMb7vZODZcffZBdob1EGnky78xmVvcA==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-compose-refs": "1.1.0",
+ "@radix-ui/react-primitive": "2.0.0",
+ "@radix-ui/react-use-callback-ref": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-id": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-1.1.0.tgz",
+ "integrity": "sha512-EJUrI8yYh7WOjNOqpoJaf1jlFIH2LvtgAl+YcFqNCa+4hj64ZXmPkAKOFs/ukjz3byN6bdb/AVUqHkI8/uWWMA==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-use-layout-effect": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-popper": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-popper/-/react-popper-1.2.0.tgz",
+ "integrity": "sha512-ZnRMshKF43aBxVWPWvbj21+7TQCvhuULWJ4gNIKYpRlQt5xGRhLx66tMp8pya2UkGHTSlhpXwmjqltDYHhw7Vg==",
+ "license": "MIT",
+ "dependencies": {
+ "@floating-ui/react-dom": "^2.0.0",
+ "@radix-ui/react-arrow": "1.1.0",
+ "@radix-ui/react-compose-refs": "1.1.0",
+ "@radix-ui/react-context": "1.1.0",
+ "@radix-ui/react-primitive": "2.0.0",
+ "@radix-ui/react-use-callback-ref": "1.1.0",
+ "@radix-ui/react-use-layout-effect": "1.1.0",
+ "@radix-ui/react-use-rect": "1.1.0",
+ "@radix-ui/react-use-size": "1.1.0",
+ "@radix-ui/rect": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-portal": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-portal/-/react-portal-1.1.1.tgz",
+ "integrity": "sha512-A3UtLk85UtqhzFqtoC8Q0KvR2GbXF3mtPgACSazajqq6A41mEQgo53iPzY4i6BwDxlIFqWIhiQ2G729n+2aw/g==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-primitive": "2.0.0",
+ "@radix-ui/react-use-layout-effect": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-presence": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-1.1.0.tgz",
+ "integrity": "sha512-Gq6wuRN/asf9H/E/VzdKoUtT8GC9PQc9z40/vEr0VCJ4u5XvvhWIrSsCB6vD2/cH7ugTdSfYq9fLJCcM00acrQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-compose-refs": "1.1.0",
+ "@radix-ui/react-use-layout-effect": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-primitive": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.0.0.tgz",
+ "integrity": "sha512-ZSpFm0/uHa8zTvKBDjLFWLo8dkr4MBsiDLz0g3gMUwqgLHz9rTaRRGYDgvZPtBJgYCBKXkS9fzmoySgr8CO6Cw==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-slot": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-slot": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.1.0.tgz",
+ "integrity": "sha512-FUCf5XMfmW4dtYl69pdS4DbxKy8nj4M7SafBgPllysxmdachynNflAdp/gCsnYWNDnge6tI9onzMp5ARYc1KNw==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-compose-refs": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-use-callback-ref": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.0.tgz",
+ "integrity": "sha512-CasTfvsy+frcFkbXtSJ2Zu9JHpN8TYKxkgJGWbjiZhFivxaeW7rMeZt7QELGVLaYVfFMsKHjb7Ak0nMEe+2Vfw==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-use-controllable-state": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.1.0.tgz",
+ "integrity": "sha512-MtfMVJiSr2NjzS0Aa90NPTnvTSg6C/JLCV7ma0W6+OMV78vd8OyRpID+Ng9LxzsPbLeuBnWBA1Nq30AtBIDChw==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-use-callback-ref": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-use-escape-keydown": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-escape-keydown/-/react-use-escape-keydown-1.1.0.tgz",
+ "integrity": "sha512-L7vwWlR1kTTQ3oh7g1O0CBF3YCyyTj8NmhLR+phShpyA50HCfBFKVJTpshm9PzLiKmehsrQzTYTpX9HvmC9rhw==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-use-callback-ref": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-use-layout-effect": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.0.tgz",
+ "integrity": "sha512-+FPE0rOdziWSrH9athwI1R0HDVbWlEhd+FR+aSDk4uWGmSJ9Z54sdZVDQPZAinJhJXwfT+qnj969mCsT2gfm5w==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-use-rect": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-rect/-/react-use-rect-1.1.0.tgz",
+ "integrity": "sha512-0Fmkebhr6PiseyZlYAOtLS+nb7jLmpqTrJyv61Pe68MKYW6OWdRE2kI70TaYY27u7H0lajqM3hSMMLFq18Z7nQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/rect": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-use-size": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-size/-/react-use-size-1.1.0.tgz",
+ "integrity": "sha512-XW3/vWuIXHa+2Uwcc2ABSfcCledmXhhQPlGbfcRXbiUQI5Icjcg19BGCZVKKInYbvUCut/ufbbLLPFC5cbb1hw==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-use-layout-effect": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/rect": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/rect/-/rect-1.1.0.tgz",
+ "integrity": "sha512-A9+lCBZoaMJlVKcRBz2YByCG+Cp2t6nAnMnNba+XiWxnj6r4JUFqfsgwocMBZU9LPtdxC6wB56ySYpc7LQIoJg==",
+ "license": "MIT"
+ },
+ "node_modules/@radix-ui/react-popover/node_modules/react-remove-scroll": {
+ "version": "2.5.7",
+ "resolved": "https://registry.npmjs.org/react-remove-scroll/-/react-remove-scroll-2.5.7.tgz",
+ "integrity": "sha512-FnrTWO4L7/Bhhf3CYBNArEG/yROV0tKmTv7/3h9QCFvH6sndeFf1wPqOcbFVu5VAulS5dV1wGT3GZZ/1GawqiA==",
+ "license": "MIT",
+ "dependencies": {
+ "react-remove-scroll-bar": "^2.3.4",
+ "react-style-singleton": "^2.2.1",
+ "tslib": "^2.1.0",
+ "use-callback-ref": "^1.3.0",
+ "use-sidecar": "^1.1.2"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "peerDependencies": {
+ "@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-popper": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-popper/-/react-popper-1.1.3.tgz",
+ "integrity": "sha512-cKpopj/5RHZWjrbF2846jBNacjQVwkP068DfmgrNJXpvVWrOvlAmE9xSiy5OqeE+Gi8D9fP+oDhUnPqNMY8/5w==",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/runtime": "^7.13.10",
+ "@floating-ui/react-dom": "^2.0.0",
+ "@radix-ui/react-arrow": "1.0.3",
+ "@radix-ui/react-compose-refs": "1.0.1",
+ "@radix-ui/react-context": "1.0.1",
+ "@radix-ui/react-primitive": "1.0.3",
+ "@radix-ui/react-use-callback-ref": "1.0.1",
+ "@radix-ui/react-use-layout-effect": "1.0.1",
+ "@radix-ui/react-use-rect": "1.0.1",
+ "@radix-ui/react-use-size": "1.0.1",
+ "@radix-ui/rect": "1.0.1"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0",
+ "react-dom": "^16.8 || ^17.0 || ^18.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-popper/node_modules/@floating-ui/react-dom": {
+ "version": "2.1.6",
+ "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.1.6.tgz",
+ "integrity": "sha512-4JX6rEatQEvlmgU80wZyq9RT96HZJa88q8hp0pBd+LrczeDI4o6uA2M+uvxngVHo4Ihr8uibXxH6+70zhAFrVw==",
+ "license": "MIT",
+ "dependencies": {
+ "@floating-ui/dom": "^1.7.4"
+ },
+ "peerDependencies": {
+ "react": ">=16.8.0",
+ "react-dom": ">=16.8.0"
+ }
+ },
+ "node_modules/@radix-ui/react-portal": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-portal/-/react-portal-1.0.4.tgz",
+ "integrity": "sha512-Qki+C/EuGUVCQTOTD5vzJzJuMUlewbzuKyUy+/iHM2uwGiru9gZeBJtHAPKAEkB5KWGi9mP/CHKcY0wt1aW45Q==",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/runtime": "^7.13.10",
+ "@radix-ui/react-primitive": "1.0.3"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0",
+ "react-dom": "^16.8 || ^17.0 || ^18.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-presence": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-1.0.1.tgz",
+ "integrity": "sha512-UXLW4UAbIY5ZjcvzjfRFo5gxva8QirC9hF7wRE4U5gz+TP0DbRk+//qyuAQ1McDxBt1xNMBTaciFGvEmJvAZCg==",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/runtime": "^7.13.10",
+ "@radix-ui/react-compose-refs": "1.0.1",
+ "@radix-ui/react-use-layout-effect": "1.0.1"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0",
+ "react-dom": "^16.8 || ^17.0 || ^18.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-primitive": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-1.0.3.tgz",
+ "integrity": "sha512-yi58uVyoAcK/Nq1inRY56ZSjKypBNKTa/1mcL8qdl6oJeEaDbOldlzrGn7P6Q3Id5d+SYNGc5AJgc4vGhjs5+g==",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/runtime": "^7.13.10",
+ "@radix-ui/react-slot": "1.0.2"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0",
+ "react-dom": "^16.8 || ^17.0 || ^18.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-radio-group": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-radio-group/-/react-radio-group-1.2.1.tgz",
+ "integrity": "sha512-kdbv54g4vfRjja9DNWPMxKvXblzqbpEC8kspEkZ6dVP7kQksGCn+iZHkcCz2nb00+lPdRvxrqy4WrvvV1cNqrQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/primitive": "1.1.0",
+ "@radix-ui/react-compose-refs": "1.1.0",
+ "@radix-ui/react-context": "1.1.1",
+ "@radix-ui/react-direction": "1.1.0",
+ "@radix-ui/react-presence": "1.1.1",
+ "@radix-ui/react-primitive": "2.0.0",
+ "@radix-ui/react-roving-focus": "1.1.0",
+ "@radix-ui/react-use-controllable-state": "1.1.0",
+ "@radix-ui/react-use-previous": "1.1.0",
+ "@radix-ui/react-use-size": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/primitive": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.0.tgz",
+ "integrity": "sha512-4Z8dn6Upk0qk4P74xBhZ6Hd/w0mPEzOOLxy4xiPXOXqjF7jZS0VAKk7/x/H6FyY2zCkYJqePf1G5KmkmNJ4RBA==",
+ "license": "MIT"
+ },
+ "node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-collection": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-collection/-/react-collection-1.1.0.tgz",
+ "integrity": "sha512-GZsZslMJEyo1VKm5L1ZJY8tGDxZNPAoUeQUIbKeJfoi7Q4kmig5AsgLMYYuyYbfjd8fBmFORAIwYAkXMnXZgZw==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-compose-refs": "1.1.0",
+ "@radix-ui/react-context": "1.1.0",
+ "@radix-ui/react-primitive": "2.0.0",
+ "@radix-ui/react-slot": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-collection/node_modules/@radix-ui/react-context": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.1.0.tgz",
+ "integrity": "sha512-OKrckBy+sMEgYM/sMmqmErVn0kZqrHPJze+Ql3DzYsDDp0hl0L62nx/2122/Bvps1qz645jlcu2tD9lrRSdf8A==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-compose-refs": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.0.tgz",
+ "integrity": "sha512-b4inOtiaOnYf9KWyO3jAeeCG6FeyfY6ldiEPanbUjWd+xIk5wZeHa8yVwmrJ2vderhu/BQvzCrJI0lHd+wIiqw==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-context": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.1.1.tgz",
+ "integrity": "sha512-UASk9zi+crv9WteK/NU4PLvOoL3OuE6BWVKNF6hPRBtYBDXQ2u5iu3O59zUlJiTVvkyuycnqrztsHVJwcK9K+Q==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-direction": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-direction/-/react-direction-1.1.0.tgz",
+ "integrity": "sha512-BUuBvgThEiAXh2DWu93XsT+a3aWrGqolGlqqw5VU1kG7p/ZH2cuDlM1sRLNnY3QcBS69UIz2mcKhMxDsdewhjg==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-id": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-1.1.0.tgz",
+ "integrity": "sha512-EJUrI8yYh7WOjNOqpoJaf1jlFIH2LvtgAl+YcFqNCa+4hj64ZXmPkAKOFs/ukjz3byN6bdb/AVUqHkI8/uWWMA==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-use-layout-effect": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-presence": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-1.1.1.tgz",
+ "integrity": "sha512-IeFXVi4YS1K0wVZzXNrbaaUvIJ3qdY+/Ih4eHFhWA9SwGR9UDX7Ck8abvL57C4cv3wwMvUE0OG69Qc3NCcTe/A==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-compose-refs": "1.1.0",
+ "@radix-ui/react-use-layout-effect": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-primitive": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.0.0.tgz",
+ "integrity": "sha512-ZSpFm0/uHa8zTvKBDjLFWLo8dkr4MBsiDLz0g3gMUwqgLHz9rTaRRGYDgvZPtBJgYCBKXkS9fzmoySgr8CO6Cw==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-slot": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-roving-focus": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-roving-focus/-/react-roving-focus-1.1.0.tgz",
+ "integrity": "sha512-EA6AMGeq9AEeQDeSH0aZgG198qkfHSbvWTf1HvoDmOB5bBG/qTxjYMWUKMnYiV6J/iP/J8MEFSuB2zRU2n7ODA==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/primitive": "1.1.0",
+ "@radix-ui/react-collection": "1.1.0",
+ "@radix-ui/react-compose-refs": "1.1.0",
+ "@radix-ui/react-context": "1.1.0",
+ "@radix-ui/react-direction": "1.1.0",
+ "@radix-ui/react-id": "1.1.0",
+ "@radix-ui/react-primitive": "2.0.0",
+ "@radix-ui/react-use-callback-ref": "1.1.0",
+ "@radix-ui/react-use-controllable-state": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-roving-focus/node_modules/@radix-ui/react-context": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.1.0.tgz",
+ "integrity": "sha512-OKrckBy+sMEgYM/sMmqmErVn0kZqrHPJze+Ql3DzYsDDp0hl0L62nx/2122/Bvps1qz645jlcu2tD9lrRSdf8A==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-slot": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.1.0.tgz",
+ "integrity": "sha512-FUCf5XMfmW4dtYl69pdS4DbxKy8nj4M7SafBgPllysxmdachynNflAdp/gCsnYWNDnge6tI9onzMp5ARYc1KNw==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-compose-refs": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-use-callback-ref": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.0.tgz",
+ "integrity": "sha512-CasTfvsy+frcFkbXtSJ2Zu9JHpN8TYKxkgJGWbjiZhFivxaeW7rMeZt7QELGVLaYVfFMsKHjb7Ak0nMEe+2Vfw==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-use-controllable-state": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.1.0.tgz",
+ "integrity": "sha512-MtfMVJiSr2NjzS0Aa90NPTnvTSg6C/JLCV7ma0W6+OMV78vd8OyRpID+Ng9LxzsPbLeuBnWBA1Nq30AtBIDChw==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-use-callback-ref": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-use-layout-effect": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.0.tgz",
+ "integrity": "sha512-+FPE0rOdziWSrH9athwI1R0HDVbWlEhd+FR+aSDk4uWGmSJ9Z54sdZVDQPZAinJhJXwfT+qnj969mCsT2gfm5w==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-use-previous": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-previous/-/react-use-previous-1.1.0.tgz",
+ "integrity": "sha512-Z/e78qg2YFnnXcW88A4JmTtm4ADckLno6F7OXotmkQfeuCVaKuYzqAATPhVzl3delXE7CxIV8shofPn3jPc5Og==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-use-size": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-size/-/react-use-size-1.1.0.tgz",
+ "integrity": "sha512-XW3/vWuIXHa+2Uwcc2ABSfcCledmXhhQPlGbfcRXbiUQI5Icjcg19BGCZVKKInYbvUCut/ufbbLLPFC5cbb1hw==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-use-layout-effect": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-roving-focus": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-roving-focus/-/react-roving-focus-1.0.4.tgz",
+ "integrity": "sha512-2mUg5Mgcu001VkGy+FfzZyzbmuUWzgWkj3rvv4yu+mLw03+mTzbxZHvfcGyFp2b8EkQeMkpRQ5FiA2Vr2O6TeQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/runtime": "^7.13.10",
+ "@radix-ui/primitive": "1.0.1",
+ "@radix-ui/react-collection": "1.0.3",
+ "@radix-ui/react-compose-refs": "1.0.1",
+ "@radix-ui/react-context": "1.0.1",
+ "@radix-ui/react-direction": "1.0.1",
+ "@radix-ui/react-id": "1.0.1",
+ "@radix-ui/react-primitive": "1.0.3",
+ "@radix-ui/react-use-callback-ref": "1.0.1",
+ "@radix-ui/react-use-controllable-state": "1.0.1"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0",
+ "react-dom": "^16.8 || ^17.0 || ^18.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-select": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-select/-/react-select-2.1.2.tgz",
+ "integrity": "sha512-rZJtWmorC7dFRi0owDmoijm6nSJH1tVw64QGiNIZ9PNLyBDtG+iAq+XGsya052At4BfarzY/Dhv9wrrUr6IMZA==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/number": "1.1.0",
+ "@radix-ui/primitive": "1.1.0",
+ "@radix-ui/react-collection": "1.1.0",
+ "@radix-ui/react-compose-refs": "1.1.0",
+ "@radix-ui/react-context": "1.1.1",
+ "@radix-ui/react-direction": "1.1.0",
+ "@radix-ui/react-dismissable-layer": "1.1.1",
+ "@radix-ui/react-focus-guards": "1.1.1",
+ "@radix-ui/react-focus-scope": "1.1.0",
+ "@radix-ui/react-id": "1.1.0",
+ "@radix-ui/react-popper": "1.2.0",
+ "@radix-ui/react-portal": "1.1.2",
+ "@radix-ui/react-primitive": "2.0.0",
+ "@radix-ui/react-slot": "1.1.0",
+ "@radix-ui/react-use-callback-ref": "1.1.0",
+ "@radix-ui/react-use-controllable-state": "1.1.0",
+ "@radix-ui/react-use-layout-effect": "1.1.0",
+ "@radix-ui/react-use-previous": "1.1.0",
+ "@radix-ui/react-visually-hidden": "1.1.0",
+ "aria-hidden": "^1.1.1",
+ "react-remove-scroll": "2.6.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-select/node_modules/@floating-ui/react-dom": {
+ "version": "2.1.6",
+ "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.1.6.tgz",
+ "integrity": "sha512-4JX6rEatQEvlmgU80wZyq9RT96HZJa88q8hp0pBd+LrczeDI4o6uA2M+uvxngVHo4Ihr8uibXxH6+70zhAFrVw==",
+ "license": "MIT",
+ "dependencies": {
+ "@floating-ui/dom": "^1.7.4"
+ },
+ "peerDependencies": {
+ "react": ">=16.8.0",
+ "react-dom": ">=16.8.0"
+ }
+ },
+ "node_modules/@radix-ui/react-select/node_modules/@radix-ui/primitive": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.0.tgz",
+ "integrity": "sha512-4Z8dn6Upk0qk4P74xBhZ6Hd/w0mPEzOOLxy4xiPXOXqjF7jZS0VAKk7/x/H6FyY2zCkYJqePf1G5KmkmNJ4RBA==",
+ "license": "MIT"
+ },
+ "node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-arrow": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-arrow/-/react-arrow-1.1.0.tgz",
+ "integrity": "sha512-FmlW1rCg7hBpEBwFbjHwCW6AmWLQM6g/v0Sn8XbP9NvmSZ2San1FpQeyPtufzOMSIx7Y4dzjlHoifhp+7NkZhw==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-primitive": "2.0.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-collection": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-collection/-/react-collection-1.1.0.tgz",
+ "integrity": "sha512-GZsZslMJEyo1VKm5L1ZJY8tGDxZNPAoUeQUIbKeJfoi7Q4kmig5AsgLMYYuyYbfjd8fBmFORAIwYAkXMnXZgZw==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-compose-refs": "1.1.0",
+ "@radix-ui/react-context": "1.1.0",
+ "@radix-ui/react-primitive": "2.0.0",
+ "@radix-ui/react-slot": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-collection/node_modules/@radix-ui/react-context": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.1.0.tgz",
+ "integrity": "sha512-OKrckBy+sMEgYM/sMmqmErVn0kZqrHPJze+Ql3DzYsDDp0hl0L62nx/2122/Bvps1qz645jlcu2tD9lrRSdf8A==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-compose-refs": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.0.tgz",
+ "integrity": "sha512-b4inOtiaOnYf9KWyO3jAeeCG6FeyfY6ldiEPanbUjWd+xIk5wZeHa8yVwmrJ2vderhu/BQvzCrJI0lHd+wIiqw==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-context": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.1.1.tgz",
+ "integrity": "sha512-UASk9zi+crv9WteK/NU4PLvOoL3OuE6BWVKNF6hPRBtYBDXQ2u5iu3O59zUlJiTVvkyuycnqrztsHVJwcK9K+Q==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-direction": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-direction/-/react-direction-1.1.0.tgz",
+ "integrity": "sha512-BUuBvgThEiAXh2DWu93XsT+a3aWrGqolGlqqw5VU1kG7p/ZH2cuDlM1sRLNnY3QcBS69UIz2mcKhMxDsdewhjg==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-dismissable-layer": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.1.1.tgz",
+ "integrity": "sha512-QSxg29lfr/xcev6kSz7MAlmDnzbP1eI/Dwn3Tp1ip0KT5CUELsxkekFEMVBEoykI3oV39hKT4TKZzBNMbcTZYQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/primitive": "1.1.0",
+ "@radix-ui/react-compose-refs": "1.1.0",
+ "@radix-ui/react-primitive": "2.0.0",
+ "@radix-ui/react-use-callback-ref": "1.1.0",
+ "@radix-ui/react-use-escape-keydown": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-focus-guards": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-guards/-/react-focus-guards-1.1.1.tgz",
+ "integrity": "sha512-pSIwfrT1a6sIoDASCSpFwOasEwKTZWDw/iBdtnqKO7v6FeOzYJ7U53cPzYFVR3geGGXgVHaH+CdngrrAzqUGxg==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-focus-scope": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.1.0.tgz",
+ "integrity": "sha512-200UD8zylvEyL8Bx+z76RJnASR2gRMuxlgFCPAe/Q/679a/r0eK3MBVYMb7vZODZcffZBdob1EGnky78xmVvcA==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-compose-refs": "1.1.0",
+ "@radix-ui/react-primitive": "2.0.0",
+ "@radix-ui/react-use-callback-ref": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-id": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-1.1.0.tgz",
+ "integrity": "sha512-EJUrI8yYh7WOjNOqpoJaf1jlFIH2LvtgAl+YcFqNCa+4hj64ZXmPkAKOFs/ukjz3byN6bdb/AVUqHkI8/uWWMA==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-use-layout-effect": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-popper": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-popper/-/react-popper-1.2.0.tgz",
+ "integrity": "sha512-ZnRMshKF43aBxVWPWvbj21+7TQCvhuULWJ4gNIKYpRlQt5xGRhLx66tMp8pya2UkGHTSlhpXwmjqltDYHhw7Vg==",
+ "license": "MIT",
+ "dependencies": {
+ "@floating-ui/react-dom": "^2.0.0",
+ "@radix-ui/react-arrow": "1.1.0",
+ "@radix-ui/react-compose-refs": "1.1.0",
+ "@radix-ui/react-context": "1.1.0",
+ "@radix-ui/react-primitive": "2.0.0",
+ "@radix-ui/react-use-callback-ref": "1.1.0",
+ "@radix-ui/react-use-layout-effect": "1.1.0",
+ "@radix-ui/react-use-rect": "1.1.0",
+ "@radix-ui/react-use-size": "1.1.0",
+ "@radix-ui/rect": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-popper/node_modules/@radix-ui/react-context": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.1.0.tgz",
+ "integrity": "sha512-OKrckBy+sMEgYM/sMmqmErVn0kZqrHPJze+Ql3DzYsDDp0hl0L62nx/2122/Bvps1qz645jlcu2tD9lrRSdf8A==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-portal": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-portal/-/react-portal-1.1.2.tgz",
+ "integrity": "sha512-WeDYLGPxJb/5EGBoedyJbT0MpoULmwnIPMJMSldkuiMsBAv7N1cRdsTWZWht9vpPOiN3qyiGAtbK2is47/uMFg==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-primitive": "2.0.0",
+ "@radix-ui/react-use-layout-effect": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-primitive": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.0.0.tgz",
+ "integrity": "sha512-ZSpFm0/uHa8zTvKBDjLFWLo8dkr4MBsiDLz0g3gMUwqgLHz9rTaRRGYDgvZPtBJgYCBKXkS9fzmoySgr8CO6Cw==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-slot": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-slot": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.1.0.tgz",
+ "integrity": "sha512-FUCf5XMfmW4dtYl69pdS4DbxKy8nj4M7SafBgPllysxmdachynNflAdp/gCsnYWNDnge6tI9onzMp5ARYc1KNw==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-compose-refs": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-use-callback-ref": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.0.tgz",
+ "integrity": "sha512-CasTfvsy+frcFkbXtSJ2Zu9JHpN8TYKxkgJGWbjiZhFivxaeW7rMeZt7QELGVLaYVfFMsKHjb7Ak0nMEe+2Vfw==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-use-controllable-state": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.1.0.tgz",
+ "integrity": "sha512-MtfMVJiSr2NjzS0Aa90NPTnvTSg6C/JLCV7ma0W6+OMV78vd8OyRpID+Ng9LxzsPbLeuBnWBA1Nq30AtBIDChw==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-use-callback-ref": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-use-escape-keydown": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-escape-keydown/-/react-use-escape-keydown-1.1.0.tgz",
+ "integrity": "sha512-L7vwWlR1kTTQ3oh7g1O0CBF3YCyyTj8NmhLR+phShpyA50HCfBFKVJTpshm9PzLiKmehsrQzTYTpX9HvmC9rhw==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-use-callback-ref": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-use-layout-effect": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.0.tgz",
+ "integrity": "sha512-+FPE0rOdziWSrH9athwI1R0HDVbWlEhd+FR+aSDk4uWGmSJ9Z54sdZVDQPZAinJhJXwfT+qnj969mCsT2gfm5w==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-use-previous": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-previous/-/react-use-previous-1.1.0.tgz",
+ "integrity": "sha512-Z/e78qg2YFnnXcW88A4JmTtm4ADckLno6F7OXotmkQfeuCVaKuYzqAATPhVzl3delXE7CxIV8shofPn3jPc5Og==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-use-rect": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-rect/-/react-use-rect-1.1.0.tgz",
+ "integrity": "sha512-0Fmkebhr6PiseyZlYAOtLS+nb7jLmpqTrJyv61Pe68MKYW6OWdRE2kI70TaYY27u7H0lajqM3hSMMLFq18Z7nQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/rect": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-use-size": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-size/-/react-use-size-1.1.0.tgz",
+ "integrity": "sha512-XW3/vWuIXHa+2Uwcc2ABSfcCledmXhhQPlGbfcRXbiUQI5Icjcg19BGCZVKKInYbvUCut/ufbbLLPFC5cbb1hw==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-use-layout-effect": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-visually-hidden": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-visually-hidden/-/react-visually-hidden-1.1.0.tgz",
+ "integrity": "sha512-N8MDZqtgCgG5S3aV60INAB475osJousYpZ4cTJ2cFbMpdHS5Y6loLTH8LPtkj2QN0x93J30HT/M3qJXM0+lyeQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-primitive": "2.0.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-select/node_modules/@radix-ui/rect": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/rect/-/rect-1.1.0.tgz",
+ "integrity": "sha512-A9+lCBZoaMJlVKcRBz2YByCG+Cp2t6nAnMnNba+XiWxnj6r4JUFqfsgwocMBZU9LPtdxC6wB56ySYpc7LQIoJg==",
+ "license": "MIT"
+ },
+ "node_modules/@radix-ui/react-select/node_modules/react-remove-scroll": {
+ "version": "2.6.0",
+ "resolved": "https://registry.npmjs.org/react-remove-scroll/-/react-remove-scroll-2.6.0.tgz",
+ "integrity": "sha512-I2U4JVEsQenxDAKaVa3VZ/JeJZe0/2DxPWL8Tj8yLKctQJQiZM52pn/GWFpSp8dftjM3pSAHVJZscAnC/y+ySQ==",
+ "license": "MIT",
+ "dependencies": {
+ "react-remove-scroll-bar": "^2.3.6",
+ "react-style-singleton": "^2.2.1",
+ "tslib": "^2.1.0",
+ "use-callback-ref": "^1.3.0",
+ "use-sidecar": "^1.1.2"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "peerDependencies": {
+ "@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-slot": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.0.2.tgz",
+ "integrity": "sha512-YeTpuq4deV+6DusvVUW4ivBgnkHwECUu0BiN43L5UCDFgdhsRUWAghhTF5MbvNTPzmiFOx90asDSUjWuCNapwg==",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/runtime": "^7.13.10",
+ "@radix-ui/react-compose-refs": "1.0.1"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-switch": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-switch/-/react-switch-1.1.1.tgz",
+ "integrity": "sha512-diPqDDoBcZPSicYoMWdWx+bCPuTRH4QSp9J+65IvtdS0Kuzt67bI6n32vCj8q6NZmYW/ah+2orOtMwcX5eQwIg==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/primitive": "1.1.0",
+ "@radix-ui/react-compose-refs": "1.1.0",
+ "@radix-ui/react-context": "1.1.1",
+ "@radix-ui/react-primitive": "2.0.0",
+ "@radix-ui/react-use-controllable-state": "1.1.0",
+ "@radix-ui/react-use-previous": "1.1.0",
+ "@radix-ui/react-use-size": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-switch/node_modules/@radix-ui/primitive": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.0.tgz",
+ "integrity": "sha512-4Z8dn6Upk0qk4P74xBhZ6Hd/w0mPEzOOLxy4xiPXOXqjF7jZS0VAKk7/x/H6FyY2zCkYJqePf1G5KmkmNJ4RBA==",
+ "license": "MIT"
+ },
+ "node_modules/@radix-ui/react-switch/node_modules/@radix-ui/react-compose-refs": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.0.tgz",
+ "integrity": "sha512-b4inOtiaOnYf9KWyO3jAeeCG6FeyfY6ldiEPanbUjWd+xIk5wZeHa8yVwmrJ2vderhu/BQvzCrJI0lHd+wIiqw==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-switch/node_modules/@radix-ui/react-context": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.1.1.tgz",
+ "integrity": "sha512-UASk9zi+crv9WteK/NU4PLvOoL3OuE6BWVKNF6hPRBtYBDXQ2u5iu3O59zUlJiTVvkyuycnqrztsHVJwcK9K+Q==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-switch/node_modules/@radix-ui/react-primitive": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.0.0.tgz",
+ "integrity": "sha512-ZSpFm0/uHa8zTvKBDjLFWLo8dkr4MBsiDLz0g3gMUwqgLHz9rTaRRGYDgvZPtBJgYCBKXkS9fzmoySgr8CO6Cw==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-slot": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-switch/node_modules/@radix-ui/react-slot": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.1.0.tgz",
+ "integrity": "sha512-FUCf5XMfmW4dtYl69pdS4DbxKy8nj4M7SafBgPllysxmdachynNflAdp/gCsnYWNDnge6tI9onzMp5ARYc1KNw==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-compose-refs": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-switch/node_modules/@radix-ui/react-use-callback-ref": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.0.tgz",
+ "integrity": "sha512-CasTfvsy+frcFkbXtSJ2Zu9JHpN8TYKxkgJGWbjiZhFivxaeW7rMeZt7QELGVLaYVfFMsKHjb7Ak0nMEe+2Vfw==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-switch/node_modules/@radix-ui/react-use-controllable-state": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.1.0.tgz",
+ "integrity": "sha512-MtfMVJiSr2NjzS0Aa90NPTnvTSg6C/JLCV7ma0W6+OMV78vd8OyRpID+Ng9LxzsPbLeuBnWBA1Nq30AtBIDChw==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-use-callback-ref": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-switch/node_modules/@radix-ui/react-use-layout-effect": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.0.tgz",
+ "integrity": "sha512-+FPE0rOdziWSrH9athwI1R0HDVbWlEhd+FR+aSDk4uWGmSJ9Z54sdZVDQPZAinJhJXwfT+qnj969mCsT2gfm5w==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-switch/node_modules/@radix-ui/react-use-previous": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-previous/-/react-use-previous-1.1.0.tgz",
+ "integrity": "sha512-Z/e78qg2YFnnXcW88A4JmTtm4ADckLno6F7OXotmkQfeuCVaKuYzqAATPhVzl3delXE7CxIV8shofPn3jPc5Og==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-switch/node_modules/@radix-ui/react-use-size": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-size/-/react-use-size-1.1.0.tgz",
+ "integrity": "sha512-XW3/vWuIXHa+2Uwcc2ABSfcCledmXhhQPlGbfcRXbiUQI5Icjcg19BGCZVKKInYbvUCut/ufbbLLPFC5cbb1hw==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-use-layout-effect": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-tabs": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-tabs/-/react-tabs-1.1.3.tgz",
+ "integrity": "sha512-9mFyI30cuRDImbmFF6O2KUJdgEOsGh9Vmx9x/Dh9tOhL7BngmQPQfwW4aejKm5OHpfWIdmeV6ySyuxoOGjtNng==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/primitive": "1.1.1",
+ "@radix-ui/react-context": "1.1.1",
+ "@radix-ui/react-direction": "1.1.0",
+ "@radix-ui/react-id": "1.1.0",
+ "@radix-ui/react-presence": "1.1.2",
+ "@radix-ui/react-primitive": "2.0.2",
+ "@radix-ui/react-roving-focus": "1.1.2",
+ "@radix-ui/react-use-controllable-state": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-tabs/node_modules/@radix-ui/primitive": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.1.tgz",
+ "integrity": "sha512-SJ31y+Q/zAyShtXJc8x83i9TYdbAfHZ++tUZnvjJJqFjzsdUnKsxPL6IEtBlxKkU7yzer//GQtZSV4GbldL3YA==",
+ "license": "MIT"
+ },
+ "node_modules/@radix-ui/react-tabs/node_modules/@radix-ui/react-collection": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-collection/-/react-collection-1.1.2.tgz",
+ "integrity": "sha512-9z54IEKRxIa9VityapoEYMuByaG42iSy1ZXlY2KcuLSEtq8x4987/N6m15ppoMffgZX72gER2uHe1D9Y6Unlcw==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-compose-refs": "1.1.1",
+ "@radix-ui/react-context": "1.1.1",
+ "@radix-ui/react-primitive": "2.0.2",
+ "@radix-ui/react-slot": "1.1.2"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-tabs/node_modules/@radix-ui/react-compose-refs": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.1.tgz",
+ "integrity": "sha512-Y9VzoRDSJtgFMUCoiZBDVo084VQ5hfpXxVE+NgkdNsjiDBByiImMZKKhxMwCbdHvhlENG6a833CbFkOQvTricw==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-tabs/node_modules/@radix-ui/react-context": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.1.1.tgz",
+ "integrity": "sha512-UASk9zi+crv9WteK/NU4PLvOoL3OuE6BWVKNF6hPRBtYBDXQ2u5iu3O59zUlJiTVvkyuycnqrztsHVJwcK9K+Q==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-tabs/node_modules/@radix-ui/react-direction": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-direction/-/react-direction-1.1.0.tgz",
+ "integrity": "sha512-BUuBvgThEiAXh2DWu93XsT+a3aWrGqolGlqqw5VU1kG7p/ZH2cuDlM1sRLNnY3QcBS69UIz2mcKhMxDsdewhjg==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-tabs/node_modules/@radix-ui/react-id": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-1.1.0.tgz",
+ "integrity": "sha512-EJUrI8yYh7WOjNOqpoJaf1jlFIH2LvtgAl+YcFqNCa+4hj64ZXmPkAKOFs/ukjz3byN6bdb/AVUqHkI8/uWWMA==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-use-layout-effect": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-tabs/node_modules/@radix-ui/react-presence": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-1.1.2.tgz",
+ "integrity": "sha512-18TFr80t5EVgL9x1SwF/YGtfG+l0BS0PRAlCWBDoBEiDQjeKgnNZRVJp/oVBl24sr3Gbfwc/Qpj4OcWTQMsAEg==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-compose-refs": "1.1.1",
+ "@radix-ui/react-use-layout-effect": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
},
"peerDependenciesMeta": {
"@types/react": {
@@ -9663,27 +12457,13 @@
}
}
},
- "node_modules/@radix-ui/react-popover": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-popover/-/react-popover-1.1.1.tgz",
- "integrity": "sha512-3y1A3isulwnWhvTTwmIreiB8CF4L+qRjZnK1wYLO7pplddzXKby/GnZ2M7OZY3qgnl6p9AodUIHRYGXNah8Y7g==",
+ "node_modules/@radix-ui/react-tabs/node_modules/@radix-ui/react-primitive": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.0.2.tgz",
+ "integrity": "sha512-Ec/0d38EIuvDF+GZjcMU/Ze6MxntVJYO/fRlCPhCaVUyPY9WTalHJw54tp9sXeJo3tlShWpy41vQRgLRGOuz+w==",
"license": "MIT",
"dependencies": {
- "@radix-ui/primitive": "1.1.0",
- "@radix-ui/react-compose-refs": "1.1.0",
- "@radix-ui/react-context": "1.1.0",
- "@radix-ui/react-dismissable-layer": "1.1.0",
- "@radix-ui/react-focus-guards": "1.1.0",
- "@radix-ui/react-focus-scope": "1.1.0",
- "@radix-ui/react-id": "1.1.0",
- "@radix-ui/react-popper": "1.2.0",
- "@radix-ui/react-portal": "1.1.1",
- "@radix-ui/react-presence": "1.1.0",
- "@radix-ui/react-primitive": "2.0.0",
- "@radix-ui/react-slot": "1.1.0",
- "@radix-ui/react-use-controllable-state": "1.1.0",
- "aria-hidden": "^1.1.1",
- "react-remove-scroll": "2.5.7"
+ "@radix-ui/react-slot": "1.1.2"
},
"peerDependencies": {
"@types/react": "*",
@@ -9700,32 +12480,21 @@
}
}
},
- "node_modules/@radix-ui/react-popover/node_modules/@floating-ui/react-dom": {
- "version": "2.1.6",
- "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.1.6.tgz",
- "integrity": "sha512-4JX6rEatQEvlmgU80wZyq9RT96HZJa88q8hp0pBd+LrczeDI4o6uA2M+uvxngVHo4Ihr8uibXxH6+70zhAFrVw==",
- "license": "MIT",
- "dependencies": {
- "@floating-ui/dom": "^1.7.4"
- },
- "peerDependencies": {
- "react": ">=16.8.0",
- "react-dom": ">=16.8.0"
- }
- },
- "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/primitive": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.0.tgz",
- "integrity": "sha512-4Z8dn6Upk0qk4P74xBhZ6Hd/w0mPEzOOLxy4xiPXOXqjF7jZS0VAKk7/x/H6FyY2zCkYJqePf1G5KmkmNJ4RBA==",
- "license": "MIT"
- },
- "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-arrow": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-arrow/-/react-arrow-1.1.0.tgz",
- "integrity": "sha512-FmlW1rCg7hBpEBwFbjHwCW6AmWLQM6g/v0Sn8XbP9NvmSZ2San1FpQeyPtufzOMSIx7Y4dzjlHoifhp+7NkZhw==",
+ "node_modules/@radix-ui/react-tabs/node_modules/@radix-ui/react-roving-focus": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-roving-focus/-/react-roving-focus-1.1.2.tgz",
+ "integrity": "sha512-zgMQWkNO169GtGqRvYrzb0Zf8NhMHS2DuEB/TiEmVnpr5OqPU3i8lfbxaAmC2J/KYuIQxyoQQ6DxepyXp61/xw==",
"license": "MIT",
"dependencies": {
- "@radix-ui/react-primitive": "2.0.0"
+ "@radix-ui/primitive": "1.1.1",
+ "@radix-ui/react-collection": "1.1.2",
+ "@radix-ui/react-compose-refs": "1.1.1",
+ "@radix-ui/react-context": "1.1.1",
+ "@radix-ui/react-direction": "1.1.0",
+ "@radix-ui/react-id": "1.1.0",
+ "@radix-ui/react-primitive": "2.0.2",
+ "@radix-ui/react-use-callback-ref": "1.1.0",
+ "@radix-ui/react-use-controllable-state": "1.1.0"
},
"peerDependencies": {
"@types/react": "*",
@@ -9742,11 +12511,14 @@
}
}
},
- "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-compose-refs": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.0.tgz",
- "integrity": "sha512-b4inOtiaOnYf9KWyO3jAeeCG6FeyfY6ldiEPanbUjWd+xIk5wZeHa8yVwmrJ2vderhu/BQvzCrJI0lHd+wIiqw==",
+ "node_modules/@radix-ui/react-tabs/node_modules/@radix-ui/react-slot": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.1.2.tgz",
+ "integrity": "sha512-YAKxaiGsSQJ38VzKH86/BPRC4rh+b1Jpa+JneA5LRE7skmLPNAyeG8kPJj/oo4STLvlrs8vkf/iYyc3A5stYCQ==",
"license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-compose-refs": "1.1.1"
+ },
"peerDependencies": {
"@types/react": "*",
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
@@ -9757,10 +12529,10 @@
}
}
},
- "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-context": {
+ "node_modules/@radix-ui/react-tabs/node_modules/@radix-ui/react-use-callback-ref": {
"version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.1.0.tgz",
- "integrity": "sha512-OKrckBy+sMEgYM/sMmqmErVn0kZqrHPJze+Ql3DzYsDDp0hl0L62nx/2122/Bvps1qz645jlcu2tD9lrRSdf8A==",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.0.tgz",
+ "integrity": "sha512-CasTfvsy+frcFkbXtSJ2Zu9JHpN8TYKxkgJGWbjiZhFivxaeW7rMeZt7QELGVLaYVfFMsKHjb7Ak0nMEe+2Vfw==",
"license": "MIT",
"peerDependencies": {
"@types/react": "*",
@@ -9772,37 +12544,28 @@
}
}
},
- "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-dismissable-layer": {
+ "node_modules/@radix-ui/react-tabs/node_modules/@radix-ui/react-use-controllable-state": {
"version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.1.0.tgz",
- "integrity": "sha512-/UovfmmXGptwGcBQawLzvn2jOfM0t4z3/uKffoBlj724+n3FvBbZ7M0aaBOmkp6pqFYpO4yx8tSVJjx3Fl2jig==",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.1.0.tgz",
+ "integrity": "sha512-MtfMVJiSr2NjzS0Aa90NPTnvTSg6C/JLCV7ma0W6+OMV78vd8OyRpID+Ng9LxzsPbLeuBnWBA1Nq30AtBIDChw==",
"license": "MIT",
"dependencies": {
- "@radix-ui/primitive": "1.1.0",
- "@radix-ui/react-compose-refs": "1.1.0",
- "@radix-ui/react-primitive": "2.0.0",
- "@radix-ui/react-use-callback-ref": "1.1.0",
- "@radix-ui/react-use-escape-keydown": "1.1.0"
+ "@radix-ui/react-use-callback-ref": "1.1.0"
},
"peerDependencies": {
"@types/react": "*",
- "@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
- },
- "@types/react-dom": {
- "optional": true
}
}
},
- "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-focus-guards": {
+ "node_modules/@radix-ui/react-tabs/node_modules/@radix-ui/react-use-layout-effect": {
"version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-guards/-/react-focus-guards-1.1.0.tgz",
- "integrity": "sha512-w6XZNUPVv6xCpZUqb/yN9DL6auvpGX3C/ee6Hdi16v2UUy25HV2Q5bcflsiDyT/g5RwbPQ/GIT1vLkeRb+ITBw==",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.0.tgz",
+ "integrity": "sha512-+FPE0rOdziWSrH9athwI1R0HDVbWlEhd+FR+aSDk4uWGmSJ9Z54sdZVDQPZAinJhJXwfT+qnj969mCsT2gfm5w==",
"license": "MIT",
"peerDependencies": {
"@types/react": "*",
@@ -9814,15 +12577,56 @@
}
}
},
- "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-focus-scope": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.1.0.tgz",
- "integrity": "sha512-200UD8zylvEyL8Bx+z76RJnASR2gRMuxlgFCPAe/Q/679a/r0eK3MBVYMb7vZODZcffZBdob1EGnky78xmVvcA==",
+ "node_modules/@radix-ui/react-toast": {
+ "version": "1.2.4",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-toast/-/react-toast-1.2.4.tgz",
+ "integrity": "sha512-Sch9idFJHJTMH9YNpxxESqABcAFweJG4tKv+0zo0m5XBvUSL8FM5xKcJLFLXononpePs8IclyX1KieL5SDUNgA==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/primitive": "1.1.1",
+ "@radix-ui/react-collection": "1.1.1",
+ "@radix-ui/react-compose-refs": "1.1.1",
+ "@radix-ui/react-context": "1.1.1",
+ "@radix-ui/react-dismissable-layer": "1.1.3",
+ "@radix-ui/react-portal": "1.1.3",
+ "@radix-ui/react-presence": "1.1.2",
+ "@radix-ui/react-primitive": "2.0.1",
+ "@radix-ui/react-use-callback-ref": "1.1.0",
+ "@radix-ui/react-use-controllable-state": "1.1.0",
+ "@radix-ui/react-use-layout-effect": "1.1.0",
+ "@radix-ui/react-visually-hidden": "1.1.1"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-toast/node_modules/@radix-ui/primitive": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.1.tgz",
+ "integrity": "sha512-SJ31y+Q/zAyShtXJc8x83i9TYdbAfHZ++tUZnvjJJqFjzsdUnKsxPL6IEtBlxKkU7yzer//GQtZSV4GbldL3YA==",
+ "license": "MIT"
+ },
+ "node_modules/@radix-ui/react-toast/node_modules/@radix-ui/react-collection": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-collection/-/react-collection-1.1.1.tgz",
+ "integrity": "sha512-LwT3pSho9Dljg+wY2KN2mrrh6y3qELfftINERIzBUO9e0N+t0oMTyn3k9iv+ZqgrwGkRnLpNJrsMv9BZlt2yuA==",
"license": "MIT",
"dependencies": {
- "@radix-ui/react-compose-refs": "1.1.0",
- "@radix-ui/react-primitive": "2.0.0",
- "@radix-ui/react-use-callback-ref": "1.1.0"
+ "@radix-ui/react-compose-refs": "1.1.1",
+ "@radix-ui/react-context": "1.1.1",
+ "@radix-ui/react-primitive": "2.0.1",
+ "@radix-ui/react-slot": "1.1.1"
},
"peerDependencies": {
"@types/react": "*",
@@ -9839,14 +12643,26 @@
}
}
},
- "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-id": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-1.1.0.tgz",
- "integrity": "sha512-EJUrI8yYh7WOjNOqpoJaf1jlFIH2LvtgAl+YcFqNCa+4hj64ZXmPkAKOFs/ukjz3byN6bdb/AVUqHkI8/uWWMA==",
+ "node_modules/@radix-ui/react-toast/node_modules/@radix-ui/react-compose-refs": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.1.tgz",
+ "integrity": "sha512-Y9VzoRDSJtgFMUCoiZBDVo084VQ5hfpXxVE+NgkdNsjiDBByiImMZKKhxMwCbdHvhlENG6a833CbFkOQvTricw==",
"license": "MIT",
- "dependencies": {
- "@radix-ui/react-use-layout-effect": "1.1.0"
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
},
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-toast/node_modules/@radix-ui/react-context": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.1.1.tgz",
+ "integrity": "sha512-UASk9zi+crv9WteK/NU4PLvOoL3OuE6BWVKNF6hPRBtYBDXQ2u5iu3O59zUlJiTVvkyuycnqrztsHVJwcK9K+Q==",
+ "license": "MIT",
"peerDependencies": {
"@types/react": "*",
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
@@ -9857,22 +12673,17 @@
}
}
},
- "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-popper": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-popper/-/react-popper-1.2.0.tgz",
- "integrity": "sha512-ZnRMshKF43aBxVWPWvbj21+7TQCvhuULWJ4gNIKYpRlQt5xGRhLx66tMp8pya2UkGHTSlhpXwmjqltDYHhw7Vg==",
+ "node_modules/@radix-ui/react-toast/node_modules/@radix-ui/react-dismissable-layer": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.1.3.tgz",
+ "integrity": "sha512-onrWn/72lQoEucDmJnr8uczSNTujT0vJnA/X5+3AkChVPowr8n1yvIKIabhWyMQeMvvmdpsvcyDqx3X1LEXCPg==",
"license": "MIT",
"dependencies": {
- "@floating-ui/react-dom": "^2.0.0",
- "@radix-ui/react-arrow": "1.1.0",
- "@radix-ui/react-compose-refs": "1.1.0",
- "@radix-ui/react-context": "1.1.0",
- "@radix-ui/react-primitive": "2.0.0",
+ "@radix-ui/primitive": "1.1.1",
+ "@radix-ui/react-compose-refs": "1.1.1",
+ "@radix-ui/react-primitive": "2.0.1",
"@radix-ui/react-use-callback-ref": "1.1.0",
- "@radix-ui/react-use-layout-effect": "1.1.0",
- "@radix-ui/react-use-rect": "1.1.0",
- "@radix-ui/react-use-size": "1.1.0",
- "@radix-ui/rect": "1.1.0"
+ "@radix-ui/react-use-escape-keydown": "1.1.0"
},
"peerDependencies": {
"@types/react": "*",
@@ -9889,13 +12700,13 @@
}
}
},
- "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-portal": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-portal/-/react-portal-1.1.1.tgz",
- "integrity": "sha512-A3UtLk85UtqhzFqtoC8Q0KvR2GbXF3mtPgACSazajqq6A41mEQgo53iPzY4i6BwDxlIFqWIhiQ2G729n+2aw/g==",
+ "node_modules/@radix-ui/react-toast/node_modules/@radix-ui/react-portal": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-portal/-/react-portal-1.1.3.tgz",
+ "integrity": "sha512-NciRqhXnGojhT93RPyDaMPfLH3ZSl4jjIFbZQ1b/vxvZEdHsBZ49wP9w8L3HzUQwep01LcWtkUvm0OVB5JAHTw==",
"license": "MIT",
"dependencies": {
- "@radix-ui/react-primitive": "2.0.0",
+ "@radix-ui/react-primitive": "2.0.1",
"@radix-ui/react-use-layout-effect": "1.1.0"
},
"peerDependencies": {
@@ -9913,13 +12724,13 @@
}
}
},
- "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-presence": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-1.1.0.tgz",
- "integrity": "sha512-Gq6wuRN/asf9H/E/VzdKoUtT8GC9PQc9z40/vEr0VCJ4u5XvvhWIrSsCB6vD2/cH7ugTdSfYq9fLJCcM00acrQ==",
+ "node_modules/@radix-ui/react-toast/node_modules/@radix-ui/react-presence": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-1.1.2.tgz",
+ "integrity": "sha512-18TFr80t5EVgL9x1SwF/YGtfG+l0BS0PRAlCWBDoBEiDQjeKgnNZRVJp/oVBl24sr3Gbfwc/Qpj4OcWTQMsAEg==",
"license": "MIT",
"dependencies": {
- "@radix-ui/react-compose-refs": "1.1.0",
+ "@radix-ui/react-compose-refs": "1.1.1",
"@radix-ui/react-use-layout-effect": "1.1.0"
},
"peerDependencies": {
@@ -9937,13 +12748,13 @@
}
}
},
- "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-primitive": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.0.0.tgz",
- "integrity": "sha512-ZSpFm0/uHa8zTvKBDjLFWLo8dkr4MBsiDLz0g3gMUwqgLHz9rTaRRGYDgvZPtBJgYCBKXkS9fzmoySgr8CO6Cw==",
+ "node_modules/@radix-ui/react-toast/node_modules/@radix-ui/react-primitive": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.0.1.tgz",
+ "integrity": "sha512-sHCWTtxwNn3L3fH8qAfnF3WbUZycW93SM1j3NFDzXBiz8D6F5UTTy8G1+WFEaiCdvCVRJWj6N2R4Xq6HdiHmDg==",
"license": "MIT",
"dependencies": {
- "@radix-ui/react-slot": "1.1.0"
+ "@radix-ui/react-slot": "1.1.1"
},
"peerDependencies": {
"@types/react": "*",
@@ -9960,13 +12771,13 @@
}
}
},
- "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-slot": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.1.0.tgz",
- "integrity": "sha512-FUCf5XMfmW4dtYl69pdS4DbxKy8nj4M7SafBgPllysxmdachynNflAdp/gCsnYWNDnge6tI9onzMp5ARYc1KNw==",
+ "node_modules/@radix-ui/react-toast/node_modules/@radix-ui/react-slot": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.1.1.tgz",
+ "integrity": "sha512-RApLLOcINYJA+dMVbOju7MYv1Mb2EBp2nH4HdDzXTSyaR5optlm6Otrz1euW3HbdOR8UmmFK06TD+A9frYWv+g==",
"license": "MIT",
"dependencies": {
- "@radix-ui/react-compose-refs": "1.1.0"
+ "@radix-ui/react-compose-refs": "1.1.1"
},
"peerDependencies": {
"@types/react": "*",
@@ -9978,7 +12789,7 @@
}
}
},
- "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-use-callback-ref": {
+ "node_modules/@radix-ui/react-toast/node_modules/@radix-ui/react-use-callback-ref": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.0.tgz",
"integrity": "sha512-CasTfvsy+frcFkbXtSJ2Zu9JHpN8TYKxkgJGWbjiZhFivxaeW7rMeZt7QELGVLaYVfFMsKHjb7Ak0nMEe+2Vfw==",
@@ -9993,7 +12804,7 @@
}
}
},
- "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-use-controllable-state": {
+ "node_modules/@radix-ui/react-toast/node_modules/@radix-ui/react-use-controllable-state": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.1.0.tgz",
"integrity": "sha512-MtfMVJiSr2NjzS0Aa90NPTnvTSg6C/JLCV7ma0W6+OMV78vd8OyRpID+Ng9LxzsPbLeuBnWBA1Nq30AtBIDChw==",
@@ -10011,7 +12822,7 @@
}
}
},
- "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-use-escape-keydown": {
+ "node_modules/@radix-ui/react-toast/node_modules/@radix-ui/react-use-escape-keydown": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-escape-keydown/-/react-use-escape-keydown-1.1.0.tgz",
"integrity": "sha512-L7vwWlR1kTTQ3oh7g1O0CBF3YCyyTj8NmhLR+phShpyA50HCfBFKVJTpshm9PzLiKmehsrQzTYTpX9HvmC9rhw==",
@@ -10029,7 +12840,7 @@
}
}
},
- "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-use-layout-effect": {
+ "node_modules/@radix-ui/react-toast/node_modules/@radix-ui/react-use-layout-effect": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.0.tgz",
"integrity": "sha512-+FPE0rOdziWSrH9athwI1R0HDVbWlEhd+FR+aSDk4uWGmSJ9Z54sdZVDQPZAinJhJXwfT+qnj969mCsT2gfm5w==",
@@ -10044,96 +12855,105 @@
}
}
},
- "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-use-rect": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-use-rect/-/react-use-rect-1.1.0.tgz",
- "integrity": "sha512-0Fmkebhr6PiseyZlYAOtLS+nb7jLmpqTrJyv61Pe68MKYW6OWdRE2kI70TaYY27u7H0lajqM3hSMMLFq18Z7nQ==",
+ "node_modules/@radix-ui/react-toast/node_modules/@radix-ui/react-visually-hidden": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-visually-hidden/-/react-visually-hidden-1.1.1.tgz",
+ "integrity": "sha512-vVfA2IZ9q/J+gEamvj761Oq1FpWgCDaNOOIfbPVp2MVPLEomUr5+Vf7kJGwQ24YxZSlQVar7Bes8kyTo5Dshpg==",
"license": "MIT",
"dependencies": {
- "@radix-ui/rect": "1.1.0"
+ "@radix-ui/react-primitive": "2.0.1"
},
"peerDependencies": {
"@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
}
}
},
- "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-use-size": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-use-size/-/react-use-size-1.1.0.tgz",
- "integrity": "sha512-XW3/vWuIXHa+2Uwcc2ABSfcCledmXhhQPlGbfcRXbiUQI5Icjcg19BGCZVKKInYbvUCut/ufbbLLPFC5cbb1hw==",
+ "node_modules/@radix-ui/react-toggle": {
+ "version": "1.1.9",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-toggle/-/react-toggle-1.1.9.tgz",
+ "integrity": "sha512-ZoFkBBz9zv9GWer7wIjvdRxmh2wyc2oKWw6C6CseWd6/yq1DK/l5lJ+wnsmFwJZbBYqr02mrf8A2q/CVCuM3ZA==",
"license": "MIT",
"dependencies": {
- "@radix-ui/react-use-layout-effect": "1.1.0"
+ "@radix-ui/primitive": "1.1.2",
+ "@radix-ui/react-primitive": "2.1.3",
+ "@radix-ui/react-use-controllable-state": "1.2.2"
},
"peerDependencies": {
"@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
}
}
},
- "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/rect": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/rect/-/rect-1.1.0.tgz",
- "integrity": "sha512-A9+lCBZoaMJlVKcRBz2YByCG+Cp2t6nAnMnNba+XiWxnj6r4JUFqfsgwocMBZU9LPtdxC6wB56ySYpc7LQIoJg==",
- "license": "MIT"
- },
- "node_modules/@radix-ui/react-popover/node_modules/react-remove-scroll": {
- "version": "2.5.7",
- "resolved": "https://registry.npmjs.org/react-remove-scroll/-/react-remove-scroll-2.5.7.tgz",
- "integrity": "sha512-FnrTWO4L7/Bhhf3CYBNArEG/yROV0tKmTv7/3h9QCFvH6sndeFf1wPqOcbFVu5VAulS5dV1wGT3GZZ/1GawqiA==",
+ "node_modules/@radix-ui/react-toggle-group": {
+ "version": "1.1.9",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-toggle-group/-/react-toggle-group-1.1.9.tgz",
+ "integrity": "sha512-HJ6gXdYVN38q/5KDdCcd+JTuXUyFZBMJbwXaU/82/Gi+V2ps6KpiZ2sQecAeZCV80POGRfkUBdUIj6hIdF6/MQ==",
"license": "MIT",
"dependencies": {
- "react-remove-scroll-bar": "^2.3.4",
- "react-style-singleton": "^2.2.1",
- "tslib": "^2.1.0",
- "use-callback-ref": "^1.3.0",
- "use-sidecar": "^1.1.2"
- },
- "engines": {
- "node": ">=10"
+ "@radix-ui/primitive": "1.1.2",
+ "@radix-ui/react-context": "1.1.2",
+ "@radix-ui/react-direction": "1.1.1",
+ "@radix-ui/react-primitive": "2.1.2",
+ "@radix-ui/react-roving-focus": "1.1.9",
+ "@radix-ui/react-toggle": "1.1.8",
+ "@radix-ui/react-use-controllable-state": "1.2.2"
},
"peerDependencies": {
- "@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
}
}
},
- "node_modules/@radix-ui/react-popper": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-popper/-/react-popper-1.1.3.tgz",
- "integrity": "sha512-cKpopj/5RHZWjrbF2846jBNacjQVwkP068DfmgrNJXpvVWrOvlAmE9xSiy5OqeE+Gi8D9fP+oDhUnPqNMY8/5w==",
+ "node_modules/@radix-ui/react-toggle-group/node_modules/@radix-ui/primitive": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.2.tgz",
+ "integrity": "sha512-XnbHrrprsNqZKQhStrSwgRUQzoCI1glLzdw79xiZPoofhGICeZRSQ3dIxAKH1gb3OHfNf4d6f+vAv3kil2eggA==",
+ "license": "MIT"
+ },
+ "node_modules/@radix-ui/react-toggle-group/node_modules/@radix-ui/react-collection": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-collection/-/react-collection-1.1.6.tgz",
+ "integrity": "sha512-PbhRFK4lIEw9ADonj48tiYWzkllz81TM7KVYyyMMw2cwHO7D5h4XKEblL8NlaRisTK3QTe6tBEhDccFUryxHBQ==",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.13.10",
- "@floating-ui/react-dom": "^2.0.0",
- "@radix-ui/react-arrow": "1.0.3",
- "@radix-ui/react-compose-refs": "1.0.1",
- "@radix-ui/react-context": "1.0.1",
- "@radix-ui/react-primitive": "1.0.3",
- "@radix-ui/react-use-callback-ref": "1.0.1",
- "@radix-ui/react-use-layout-effect": "1.0.1",
- "@radix-ui/react-use-rect": "1.0.1",
- "@radix-ui/react-use-size": "1.0.1",
- "@radix-ui/rect": "1.0.1"
+ "@radix-ui/react-compose-refs": "1.1.2",
+ "@radix-ui/react-context": "1.1.2",
+ "@radix-ui/react-primitive": "2.1.2",
+ "@radix-ui/react-slot": "1.2.2"
},
"peerDependencies": {
"@types/react": "*",
"@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0",
- "react-dom": "^16.8 || ^17.0 || ^18.0"
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
},
"peerDependenciesMeta": {
"@types/react": {
@@ -10144,33 +12964,82 @@
}
}
},
- "node_modules/@radix-ui/react-popper/node_modules/@floating-ui/react-dom": {
- "version": "2.1.6",
- "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.1.6.tgz",
- "integrity": "sha512-4JX6rEatQEvlmgU80wZyq9RT96HZJa88q8hp0pBd+LrczeDI4o6uA2M+uvxngVHo4Ihr8uibXxH6+70zhAFrVw==",
+ "node_modules/@radix-ui/react-toggle-group/node_modules/@radix-ui/react-compose-refs": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.2.tgz",
+ "integrity": "sha512-z4eqJvfiNnFMHIIvXP3CY57y2WJs5g2v3X0zm9mEJkrkNv4rDxu+sg9Jh8EkXyeqBkB7SOcboo9dMVqhyrACIg==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-toggle-group/node_modules/@radix-ui/react-context": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.1.2.tgz",
+ "integrity": "sha512-jCi/QKUM2r1Ju5a3J64TH2A5SpKAgh0LpknyqdQ4m6DCV0xJ2HG1xARRwNGPQfi1SLdLWZ1OJz6F4OMBBNiGJA==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-toggle-group/node_modules/@radix-ui/react-direction": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-direction/-/react-direction-1.1.1.tgz",
+ "integrity": "sha512-1UEWRX6jnOA2y4H5WczZ44gOOjTEmlqv1uNW4GAJEO5+bauCBhv8snY65Iw5/VOS/ghKN9gr2KjnLKxrsvoMVw==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-toggle-group/node_modules/@radix-ui/react-id": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-1.1.1.tgz",
+ "integrity": "sha512-kGkGegYIdQsOb4XjsfM97rXsiHaBwco+hFI66oO4s9LU+PLAC5oJ7khdOVFxkhsmlbpUqDAvXw11CluXP+jkHg==",
"license": "MIT",
"dependencies": {
- "@floating-ui/dom": "^1.7.4"
+ "@radix-ui/react-use-layout-effect": "1.1.1"
},
"peerDependencies": {
- "react": ">=16.8.0",
- "react-dom": ">=16.8.0"
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
}
},
- "node_modules/@radix-ui/react-portal": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-portal/-/react-portal-1.0.4.tgz",
- "integrity": "sha512-Qki+C/EuGUVCQTOTD5vzJzJuMUlewbzuKyUy+/iHM2uwGiru9gZeBJtHAPKAEkB5KWGi9mP/CHKcY0wt1aW45Q==",
+ "node_modules/@radix-ui/react-toggle-group/node_modules/@radix-ui/react-primitive": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.1.2.tgz",
+ "integrity": "sha512-uHa+l/lKfxuDD2zjN/0peM/RhhSmRjr5YWdk/37EnSv1nJ88uvG85DPexSm8HdFQROd2VdERJ6ynXbkCFi+APw==",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.13.10",
- "@radix-ui/react-primitive": "1.0.3"
+ "@radix-ui/react-slot": "1.2.2"
},
"peerDependencies": {
"@types/react": "*",
"@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0",
- "react-dom": "^16.8 || ^17.0 || ^18.0"
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
},
"peerDependenciesMeta": {
"@types/react": {
@@ -10181,21 +13050,27 @@
}
}
},
- "node_modules/@radix-ui/react-presence": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-1.0.1.tgz",
- "integrity": "sha512-UXLW4UAbIY5ZjcvzjfRFo5gxva8QirC9hF7wRE4U5gz+TP0DbRk+//qyuAQ1McDxBt1xNMBTaciFGvEmJvAZCg==",
+ "node_modules/@radix-ui/react-toggle-group/node_modules/@radix-ui/react-roving-focus": {
+ "version": "1.1.9",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-roving-focus/-/react-roving-focus-1.1.9.tgz",
+ "integrity": "sha512-ZzrIFnMYHHCNqSNCsuN6l7wlewBEq0O0BCSBkabJMFXVO51LRUTq71gLP1UxFvmrXElqmPjA5VX7IqC9VpazAQ==",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.13.10",
- "@radix-ui/react-compose-refs": "1.0.1",
- "@radix-ui/react-use-layout-effect": "1.0.1"
+ "@radix-ui/primitive": "1.1.2",
+ "@radix-ui/react-collection": "1.1.6",
+ "@radix-ui/react-compose-refs": "1.1.2",
+ "@radix-ui/react-context": "1.1.2",
+ "@radix-ui/react-direction": "1.1.1",
+ "@radix-ui/react-id": "1.1.1",
+ "@radix-ui/react-primitive": "2.1.2",
+ "@radix-ui/react-use-callback-ref": "1.1.1",
+ "@radix-ui/react-use-controllable-state": "1.2.2"
},
"peerDependencies": {
"@types/react": "*",
"@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0",
- "react-dom": "^16.8 || ^17.0 || ^18.0"
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
},
"peerDependenciesMeta": {
"@types/react": {
@@ -10206,20 +13081,39 @@
}
}
},
- "node_modules/@radix-ui/react-primitive": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-1.0.3.tgz",
- "integrity": "sha512-yi58uVyoAcK/Nq1inRY56ZSjKypBNKTa/1mcL8qdl6oJeEaDbOldlzrGn7P6Q3Id5d+SYNGc5AJgc4vGhjs5+g==",
+ "node_modules/@radix-ui/react-toggle-group/node_modules/@radix-ui/react-slot": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.2.2.tgz",
+ "integrity": "sha512-y7TBO4xN4Y94FvcWIOIh18fM4R1A8S4q1jhoz4PNzOoHsFcN8pogcFmZrTYAm4F9VRUrWP/Mw7xSKybIeRI+CQ==",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.13.10",
- "@radix-ui/react-slot": "1.0.2"
+ "@radix-ui/react-compose-refs": "1.1.2"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-toggle-group/node_modules/@radix-ui/react-toggle": {
+ "version": "1.1.8",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-toggle/-/react-toggle-1.1.8.tgz",
+ "integrity": "sha512-hrpa59m3zDnsa35LrTOH5s/a3iGv/VD+KKQjjiCTo/W4r0XwPpiWQvAv6Xl1nupSoaZeNNxW6sJH9ZydsjKdYQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/primitive": "1.1.2",
+ "@radix-ui/react-primitive": "2.1.2",
+ "@radix-ui/react-use-controllable-state": "1.2.2"
},
"peerDependencies": {
"@types/react": "*",
"@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0",
- "react-dom": "^16.8 || ^17.0 || ^18.0"
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
},
"peerDependenciesMeta": {
"@types/react": {
@@ -10230,28 +13124,89 @@
}
}
},
- "node_modules/@radix-ui/react-roving-focus": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-roving-focus/-/react-roving-focus-1.0.4.tgz",
- "integrity": "sha512-2mUg5Mgcu001VkGy+FfzZyzbmuUWzgWkj3rvv4yu+mLw03+mTzbxZHvfcGyFp2b8EkQeMkpRQ5FiA2Vr2O6TeQ==",
+ "node_modules/@radix-ui/react-toggle-group/node_modules/@radix-ui/react-use-callback-ref": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.1.tgz",
+ "integrity": "sha512-FkBMwD+qbGQeMu1cOHnuGB6x4yzPjho8ap5WtbEJ26umhgqVXbhekKUQO+hZEL1vU92a3wHwdp0HAcqAUF5iDg==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-toggle-group/node_modules/@radix-ui/react-use-controllable-state": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.2.2.tgz",
+ "integrity": "sha512-BjasUjixPFdS+NKkypcyyN5Pmg83Olst0+c6vGov0diwTEo6mgdqVR6hxcEgFuh4QrAs7Rc+9KuGJ9TVCj0Zzg==",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.13.10",
- "@radix-ui/primitive": "1.0.1",
- "@radix-ui/react-collection": "1.0.3",
- "@radix-ui/react-compose-refs": "1.0.1",
- "@radix-ui/react-context": "1.0.1",
- "@radix-ui/react-direction": "1.0.1",
- "@radix-ui/react-id": "1.0.1",
- "@radix-ui/react-primitive": "1.0.3",
- "@radix-ui/react-use-callback-ref": "1.0.1",
- "@radix-ui/react-use-controllable-state": "1.0.1"
+ "@radix-ui/react-use-effect-event": "0.0.2",
+ "@radix-ui/react-use-layout-effect": "1.1.1"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-toggle-group/node_modules/@radix-ui/react-use-layout-effect": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.1.tgz",
+ "integrity": "sha512-RbJRS4UWQFkzHTTwVymMTUv8EqYhOp8dOOviLj2ugtTiXRaRQS7GLGxZTLL1jWhMeoSCf5zmcZkqTl9IiYfXcQ==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-toggle/node_modules/@radix-ui/primitive": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.2.tgz",
+ "integrity": "sha512-XnbHrrprsNqZKQhStrSwgRUQzoCI1glLzdw79xiZPoofhGICeZRSQ3dIxAKH1gb3OHfNf4d6f+vAv3kil2eggA==",
+ "license": "MIT"
+ },
+ "node_modules/@radix-ui/react-toggle/node_modules/@radix-ui/react-compose-refs": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.2.tgz",
+ "integrity": "sha512-z4eqJvfiNnFMHIIvXP3CY57y2WJs5g2v3X0zm9mEJkrkNv4rDxu+sg9Jh8EkXyeqBkB7SOcboo9dMVqhyrACIg==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-toggle/node_modules/@radix-ui/react-primitive": {
+ "version": "2.1.3",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.1.3.tgz",
+ "integrity": "sha512-m9gTwRkhy2lvCPe6QJp4d3G1TYEUHn/FzJUtq9MjH46an1wJU+GdoGC5VLof8RX8Ft/DlpshApkhswDLZzHIcQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-slot": "1.2.3"
},
"peerDependencies": {
"@types/react": "*",
"@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0",
- "react-dom": "^16.8 || ^17.0 || ^18.0"
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
},
"peerDependenciesMeta": {
"@types/react": {
@@ -10262,18 +13217,51 @@
}
}
},
- "node_modules/@radix-ui/react-slot": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.0.2.tgz",
- "integrity": "sha512-YeTpuq4deV+6DusvVUW4ivBgnkHwECUu0BiN43L5UCDFgdhsRUWAghhTF5MbvNTPzmiFOx90asDSUjWuCNapwg==",
+ "node_modules/@radix-ui/react-toggle/node_modules/@radix-ui/react-slot": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.2.3.tgz",
+ "integrity": "sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.13.10",
- "@radix-ui/react-compose-refs": "1.0.1"
+ "@radix-ui/react-compose-refs": "1.1.2"
},
"peerDependencies": {
"@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0"
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-toggle/node_modules/@radix-ui/react-use-controllable-state": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.2.2.tgz",
+ "integrity": "sha512-BjasUjixPFdS+NKkypcyyN5Pmg83Olst0+c6vGov0diwTEo6mgdqVR6hxcEgFuh4QrAs7Rc+9KuGJ9TVCj0Zzg==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-use-effect-event": "0.0.2",
+ "@radix-ui/react-use-layout-effect": "1.1.1"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-toggle/node_modules/@radix-ui/react-use-layout-effect": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.1.tgz",
+ "integrity": "sha512-RbJRS4UWQFkzHTTwVymMTUv8EqYhOp8dOOviLj2ugtTiXRaRQS7GLGxZTLL1jWhMeoSCf5zmcZkqTl9IiYfXcQ==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
},
"peerDependenciesMeta": {
"@types/react": {
@@ -10353,6 +13341,39 @@
}
}
},
+ "node_modules/@radix-ui/react-use-effect-event": {
+ "version": "0.0.2",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-effect-event/-/react-use-effect-event-0.0.2.tgz",
+ "integrity": "sha512-Qp8WbZOBe+blgpuUT+lw2xheLP8q0oatc9UpmiemEICxGvFLYmHm9QowVZGHtJlGbS6A6yJ3iViad/2cVjnOiA==",
+ "license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-use-layout-effect": "1.1.1"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@radix-ui/react-use-effect-event/node_modules/@radix-ui/react-use-layout-effect": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.1.tgz",
+ "integrity": "sha512-RbJRS4UWQFkzHTTwVymMTUv8EqYhOp8dOOviLj2ugtTiXRaRQS7GLGxZTLL1jWhMeoSCf5zmcZkqTl9IiYfXcQ==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
"node_modules/@radix-ui/react-use-escape-keydown": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-escape-keydown/-/react-use-escape-keydown-1.0.3.tgz",
@@ -14555,6 +17576,62 @@
"node": ">=20.0.0"
}
},
+ "node_modules/@svgdotjs/svg.draggable.js": {
+ "version": "3.0.6",
+ "resolved": "https://registry.npmjs.org/@svgdotjs/svg.draggable.js/-/svg.draggable.js-3.0.6.tgz",
+ "integrity": "sha512-7iJFm9lL3C40HQcqzEfezK2l+dW2CpoVY3b77KQGqc8GXWa6LhhmX5Ckv7alQfUXBuZbjpICZ+Dvq1czlGx7gA==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@svgdotjs/svg.js": "^3.2.4"
+ }
+ },
+ "node_modules/@svgdotjs/svg.filter.js": {
+ "version": "3.0.9",
+ "resolved": "https://registry.npmjs.org/@svgdotjs/svg.filter.js/-/svg.filter.js-3.0.9.tgz",
+ "integrity": "sha512-/69XMRCDoam2HgC4ldHIaDgeQf1ViHIsa0Ld4uWgiXtZ+E24DWHe/9Ib6kbNiZ7WRIdlVokUDR1Fg0kjIpkfbw==",
+ "license": "MIT",
+ "dependencies": {
+ "@svgdotjs/svg.js": "^3.2.4"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/@svgdotjs/svg.js": {
+ "version": "3.2.5",
+ "resolved": "https://registry.npmjs.org/@svgdotjs/svg.js/-/svg.js-3.2.5.tgz",
+ "integrity": "sha512-/VNHWYhNu+BS7ktbYoVGrCmsXDh+chFMaONMwGNdIBcFHrWqk2jY8fNyr3DLdtQUIalvkPfM554ZSFa3dm3nxQ==",
+ "license": "MIT",
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/Fuzzyma"
+ }
+ },
+ "node_modules/@svgdotjs/svg.resize.js": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/@svgdotjs/svg.resize.js/-/svg.resize.js-2.0.5.tgz",
+ "integrity": "sha512-4heRW4B1QrJeENfi7326lUPYBCevj78FJs8kfeDxn5st0IYPIRXoTtOSYvTzFWgaWWXd3YCDE6ao4fmv91RthA==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 14.18"
+ },
+ "peerDependencies": {
+ "@svgdotjs/svg.js": "^3.2.4",
+ "@svgdotjs/svg.select.js": "^4.0.1"
+ }
+ },
+ "node_modules/@svgdotjs/svg.select.js": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/@svgdotjs/svg.select.js/-/svg.select.js-4.0.3.tgz",
+ "integrity": "sha512-qkMgso1sd2hXKd1FZ1weO7ANq12sNmQJeGDjs46QwDVsxSRcHmvWKL2NDF7Yimpwf3sl5esOLkPqtV2bQ3v/Jg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 14.18"
+ },
+ "peerDependencies": {
+ "@svgdotjs/svg.js": "^3.2.4"
+ }
+ },
"node_modules/@swagger-api/apidom-ast": {
"version": "1.0.0-rc.3",
"resolved": "https://registry.npmjs.org/@swagger-api/apidom-ast/-/apidom-ast-1.0.0-rc.3.tgz",
@@ -15172,6 +18249,65 @@
"tailwindcss": ">=3.2.0"
}
},
+ "node_modules/@tanstack/query-core": {
+ "version": "5.69.0",
+ "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.69.0.tgz",
+ "integrity": "sha512-Kn410jq6vs1P8Nm+ZsRj9H+U3C0kjuEkYLxbiCyn3MDEiYor1j2DGVULqAz62SLZtUZ/e9Xt6xMXiJ3NJ65WyQ==",
+ "license": "MIT",
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/tannerlinsley"
+ }
+ },
+ "node_modules/@tanstack/react-query": {
+ "version": "5.69.0",
+ "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.69.0.tgz",
+ "integrity": "sha512-Ift3IUNQqTcaFa1AiIQ7WCb/PPy8aexZdq9pZWLXhfLcLxH0+PZqJ2xFImxCpdDZrFRZhLJrh76geevS5xjRhA==",
+ "license": "MIT",
+ "dependencies": {
+ "@tanstack/query-core": "5.69.0"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/tannerlinsley"
+ },
+ "peerDependencies": {
+ "react": "^18 || ^19"
+ }
+ },
+ "node_modules/@tanstack/react-table": {
+ "version": "8.20.5",
+ "resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.20.5.tgz",
+ "integrity": "sha512-WEHopKw3znbUZ61s9i0+i9g8drmDo6asTWbrQh8Us63DAk/M0FkmIqERew6P71HI75ksZ2Pxyuf4vvKh9rAkiA==",
+ "license": "MIT",
+ "dependencies": {
+ "@tanstack/table-core": "8.20.5"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/tannerlinsley"
+ },
+ "peerDependencies": {
+ "react": ">=16.8",
+ "react-dom": ">=16.8"
+ }
+ },
+ "node_modules/@tanstack/table-core": {
+ "version": "8.20.5",
+ "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.20.5.tgz",
+ "integrity": "sha512-P9dF7XbibHph2PFRz8gfBKEXEY/HJPOhym8CHmjF8y3q5mWpKx9xtZapXQUWCgkqvsK0R46Azuz+VaxD4Xl+Tg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/tannerlinsley"
+ }
+ },
"node_modules/@tybys/wasm-util": {
"version": "0.10.1",
"resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
@@ -16509,12 +19645,62 @@
"node": ">=16"
}
},
+ "node_modules/@wry/caches": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/@wry/caches/-/caches-1.0.1.tgz",
+ "integrity": "sha512-bXuaUNLVVkD20wcGBWRyo7j9N3TxePEWFZj2Y+r9OoUzfqmavM84+mFykRicNsBqatba5JLay1t48wxaXaWnlA==",
+ "dependencies": {
+ "tslib": "^2.3.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@wry/context": {
+ "version": "0.7.4",
+ "resolved": "https://registry.npmjs.org/@wry/context/-/context-0.7.4.tgz",
+ "integrity": "sha512-jmT7Sb4ZQWI5iyu3lobQxICu2nC/vbUhP0vIdd6tHC9PTfenmRmuIFqktc6GH9cgi+ZHnsLWPvfSvc4DrYmKiQ==",
+ "dependencies": {
+ "tslib": "^2.3.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@wry/equality": {
+ "version": "0.5.7",
+ "resolved": "https://registry.npmjs.org/@wry/equality/-/equality-0.5.7.tgz",
+ "integrity": "sha512-BRFORjsTuQv5gxcXsuDXx6oGRhuVsEGwZy6LOzRRfgu+eSfxbhUQ9L9YtSEIuIjY/o7g3iWFjrc5eSY1GXP2Dw==",
+ "dependencies": {
+ "tslib": "^2.3.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@wry/trie": {
+ "version": "0.5.0",
+ "resolved": "https://registry.npmjs.org/@wry/trie/-/trie-0.5.0.tgz",
+ "integrity": "sha512-FNoYzHawTMk/6KMQoEG5O4PuioX19UbwdQKF44yw0nLfOypfQdjtfZzo/UIJWAJ23sNIFbD1Ug9lbaDGMwbqQA==",
+ "dependencies": {
+ "tslib": "^2.3.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
"node_modules/@yarnpkg/lockfile": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz",
"integrity": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==",
"license": "BSD-2-Clause"
},
+ "node_modules/@yr/monotone-cubic-spline": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/@yr/monotone-cubic-spline/-/monotone-cubic-spline-1.0.3.tgz",
+ "integrity": "sha512-FQXkOta0XBSUPHndIKON2Y9JeQz5ZeMqLYZVVK93FliNBFm7LNMIZmY6FrMEB9XPcDbE2bekMbZD6kzDkxwYjA==",
+ "license": "MIT"
+ },
"node_modules/@zksync/contracts": {
"name": "era-contracts",
"version": "0.1.0",
@@ -16833,6 +20019,20 @@
"node": ">= 8"
}
},
+ "node_modules/apexcharts": {
+ "version": "4.5.0",
+ "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-4.5.0.tgz",
+ "integrity": "sha512-E7ZkrVqPNBUWy/Rmg8DEIqHNBmElzICE/oxOX5Ekvs2ICQUOK/VkEkMH09JGJu+O/EA0NL31hxlmF+wrwrSLaQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@svgdotjs/svg.draggable.js": "^3.0.4",
+ "@svgdotjs/svg.filter.js": "^3.0.8",
+ "@svgdotjs/svg.js": "^3.2.4",
+ "@svgdotjs/svg.resize.js": "^2.0.2",
+ "@svgdotjs/svg.select.js": "^4.0.1",
+ "@yr/monotone-cubic-spline": "^1.0.3"
+ }
+ },
"node_modules/apg-lite": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/apg-lite/-/apg-lite-1.0.5.tgz",
@@ -17452,6 +20652,43 @@
"tslib": "^2.3.0"
}
},
+ "node_modules/autoprefixer": {
+ "version": "10.4.21",
+ "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.21.tgz",
+ "integrity": "sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==",
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/postcss/"
+ },
+ {
+ "type": "tidelift",
+ "url": "https://tidelift.com/funding/github/npm/autoprefixer"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "license": "MIT",
+ "dependencies": {
+ "browserslist": "^4.24.4",
+ "caniuse-lite": "^1.0.30001702",
+ "fraction.js": "^4.3.7",
+ "normalize-range": "^0.1.2",
+ "picocolors": "^1.1.1",
+ "postcss-value-parser": "^4.2.0"
+ },
+ "bin": {
+ "autoprefixer": "bin/autoprefixer"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14"
+ },
+ "peerDependencies": {
+ "postcss": "^8.1.0"
+ }
+ },
"node_modules/available-typed-arrays": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
@@ -21565,6 +24802,19 @@
"node": ">=18.3.0"
}
},
+ "node_modules/fraction.js": {
+ "version": "4.3.7",
+ "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
+ "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
+ "license": "MIT",
+ "engines": {
+ "node": "*"
+ },
+ "funding": {
+ "type": "patreon",
+ "url": "https://github.com/sponsors/rawify"
+ }
+ },
"node_modules/fresh": {
"version": "0.5.2",
"resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
@@ -21968,6 +25218,29 @@
"dev": true,
"license": "MIT"
},
+ "node_modules/graphql": {
+ "version": "16.12.0",
+ "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.12.0.tgz",
+ "integrity": "sha512-DKKrynuQRne0PNpEbzuEdHlYOMksHSUI8Zc9Unei5gTsMNA2/vMpoMz/yKba50pejK56qj98qM0SjYxAKi13gQ==",
+ "peer": true,
+ "engines": {
+ "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
+ }
+ },
+ "node_modules/graphql-tag": {
+ "version": "2.12.6",
+ "resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.12.6.tgz",
+ "integrity": "sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==",
+ "dependencies": {
+ "tslib": "^2.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "peerDependencies": {
+ "graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
+ }
+ },
"node_modules/h3": {
"version": "1.15.5",
"resolved": "https://registry.npmjs.org/h3/-/h3-1.15.5.tgz",
@@ -22652,6 +25925,19 @@
"node": "*"
}
},
+ "node_modules/hoist-non-react-statics": {
+ "version": "3.3.2",
+ "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz",
+ "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==",
+ "dependencies": {
+ "react-is": "^16.7.0"
+ }
+ },
+ "node_modules/hoist-non-react-statics/node_modules/react-is": {
+ "version": "16.13.1",
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
+ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
+ },
"node_modules/htm": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/htm/-/htm-3.1.1.tgz",
@@ -30199,6 +33485,15 @@
"node": ">=0.10.0"
}
},
+ "node_modules/normalize-range": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
+ "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
"node_modules/normalize-url": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.1.0.tgz",
@@ -30533,6 +33828,17 @@
"dev": true,
"license": "MIT"
},
+ "node_modules/optimism": {
+ "version": "0.18.1",
+ "resolved": "https://registry.npmjs.org/optimism/-/optimism-0.18.1.tgz",
+ "integrity": "sha512-mLXNwWPa9dgFyDqkNi54sjDyNJ9/fTI6WGBLgnXku1vdKY/jovHfZT5r+aiVeFFLOz+foPNOm5YJ4mqgld2GBQ==",
+ "dependencies": {
+ "@wry/caches": "^1.0.0",
+ "@wry/context": "^0.7.0",
+ "@wry/trie": "^0.5.0",
+ "tslib": "^2.3.0"
+ }
+ },
"node_modules/optionator": {
"version": "0.9.4",
"resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
@@ -31558,6 +34864,34 @@
"node": "^14.15.0 || >=16.0.0"
}
},
+ "node_modules/prettier-plugin-solidity": {
+ "version": "1.4.3",
+ "resolved": "https://registry.npmjs.org/prettier-plugin-solidity/-/prettier-plugin-solidity-1.4.3.tgz",
+ "integrity": "sha512-Mrr/iiR9f9IaeGRMZY2ApumXcn/C5Gs3S7B7hWB3gigBFML06C0yEyW86oLp0eqiA0qg+46FaChgLPJCj/pIlg==",
+ "dev": true,
+ "dependencies": {
+ "@solidity-parser/parser": "^0.20.1",
+ "semver": "^7.7.1"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "prettier": ">=2.3.0"
+ }
+ },
+ "node_modules/prettier-plugin-solidity/node_modules/semver": {
+ "version": "7.7.3",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
+ "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
+ "dev": true,
+ "bin": {
+ "semver": "bin/semver.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
"node_modules/pretty-format": {
"version": "29.7.0",
"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz",
@@ -32028,6 +35362,19 @@
"node": ">=0.10.0"
}
},
+ "node_modules/react-apexcharts": {
+ "version": "1.7.0",
+ "resolved": "https://registry.npmjs.org/react-apexcharts/-/react-apexcharts-1.7.0.tgz",
+ "integrity": "sha512-03oScKJyNLRf0Oe+ihJxFZliBQM9vW3UWwomVn4YVRTN1jsIR58dLWt0v1sb8RwJVHDMbeHiKQueM0KGpn7nOA==",
+ "license": "MIT",
+ "dependencies": {
+ "prop-types": "^15.8.1"
+ },
+ "peerDependencies": {
+ "apexcharts": ">=4.0.0",
+ "react": ">=0.13"
+ }
+ },
"node_modules/react-copy-to-clipboard": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/react-copy-to-clipboard/-/react-copy-to-clipboard-5.1.0.tgz",
@@ -32100,6 +35447,22 @@
"react": "^18.3.1"
}
},
+ "node_modules/react-hook-form": {
+ "version": "7.53.1",
+ "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.53.1.tgz",
+ "integrity": "sha512-6aiQeBda4zjcuaugWvim9WsGqisoUk+etmFEsSUMm451/Ic8L/UAb7sRtMj3V+Hdzm6mMjU1VhiSzYUZeBm0Vg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=18.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/react-hook-form"
+ },
+ "peerDependencies": {
+ "react": "^16.8.0 || ^17 || ^18 || ^19"
+ }
+ },
"node_modules/react-immutable-proptypes": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/react-immutable-proptypes/-/react-immutable-proptypes-2.2.0.tgz",
@@ -32731,6 +36094,23 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
+ "node_modules/rehackt": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/rehackt/-/rehackt-0.1.0.tgz",
+ "integrity": "sha512-7kRDOuLHB87D/JESKxQoRwv4DzbIdwkAGQ7p6QKGdVlY1IZheUnVhlk/4UZlNUVxdAXpyxikE3URsG067ybVzw==",
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "*"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "react": {
+ "optional": true
+ }
+ }
+ },
"node_modules/rehype": {
"version": "13.0.2",
"resolved": "https://registry.npmjs.org/rehype/-/rehype-13.0.2.tgz",
@@ -33582,7 +36962,8 @@
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/scrypt-js/-/scrypt-js-3.0.1.tgz",
"integrity": "sha512-cdwTTnqPu0Hyvf5in5asVdZocVDTNRmR7XEcJuIzMjJeSHybHl7vpB66AzwTaIg6CLSbtjcxc8fqcySfnTkccA==",
- "license": "MIT"
+ "license": "MIT",
+ "peer": true
},
"node_modules/search-insights": {
"version": "2.17.3",
@@ -34211,6 +37592,20 @@
"resolved": "git+ssh://git@github.com/smartcontractkit/chainlink-solhint-rules.git#2f0a3a6c3475607bb0cf8ab1a1df979534453ba9",
"dev": true
},
+ "node_modules/solhint-plugin-prettier": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/solhint-plugin-prettier/-/solhint-plugin-prettier-0.1.0.tgz",
+ "integrity": "sha512-SDOTSM6tZxZ6hamrzl3GUgzF77FM6jZplgL2plFBclj/OjKP8Z3eIPojKU73gRr0MvOS8ACZILn8a5g0VTz/Gw==",
+ "dev": true,
+ "dependencies": {
+ "@prettier/sync": "^0.3.0",
+ "prettier-linter-helpers": "^1.0.0"
+ },
+ "peerDependencies": {
+ "prettier": "^3.0.0",
+ "prettier-plugin-solidity": "^1.0.0"
+ }
+ },
"node_modules/solhint/node_modules/ajv": {
"version": "6.12.6",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
@@ -34328,6 +37723,16 @@
"atomic-sleep": "^1.0.0"
}
},
+ "node_modules/sonner": {
+ "version": "1.7.3",
+ "resolved": "https://registry.npmjs.org/sonner/-/sonner-1.7.3.tgz",
+ "integrity": "sha512-KXLWQfyR6AHpYZuQk8eO8fCbZSJY3JOpgsu/tbGc++jgPjj8JsR1ZpO8vFhqR/OxvWMQCSAmnSShY0gr4FPqHg==",
+ "license": "MIT",
+ "peerDependencies": {
+ "react": "^18.0.0 || ^19.0.0 || ^19.0.0-rc",
+ "react-dom": "^18.0.0 || ^19.0.0 || ^19.0.0-rc"
+ }
+ },
"node_modules/source-map": {
"version": "0.7.6",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.6.tgz",
@@ -34994,6 +38399,14 @@
"@types/trusted-types": "^2.0.7"
}
},
+ "node_modules/symbol-observable": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-4.0.0.tgz",
+ "integrity": "sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==",
+ "engines": {
+ "node": ">=0.10"
+ }
+ },
"node_modules/synckit": {
"version": "0.11.12",
"resolved": "https://registry.npmjs.org/synckit/-/synckit-0.11.12.tgz",
@@ -35097,33 +38510,33 @@
}
},
"node_modules/tailwindcss": {
- "version": "3.4.4",
- "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.4.tgz",
- "integrity": "sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==",
+ "version": "3.4.18",
+ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.18.tgz",
+ "integrity": "sha512-6A2rnmW5xZMdw11LYjhcI5846rt9pbLSabY5XPxo+XWdxwZaFEn47Go4NzFiHu9sNNmr/kXivP1vStfvMaK1GQ==",
"license": "MIT",
"dependencies": {
"@alloc/quick-lru": "^5.2.0",
"arg": "^5.0.2",
- "chokidar": "^3.5.3",
+ "chokidar": "^3.6.0",
"didyoumean": "^1.2.2",
"dlv": "^1.1.3",
- "fast-glob": "^3.3.0",
+ "fast-glob": "^3.3.2",
"glob-parent": "^6.0.2",
"is-glob": "^4.0.3",
- "jiti": "^1.21.0",
- "lilconfig": "^2.1.0",
- "micromatch": "^4.0.5",
+ "jiti": "^1.21.7",
+ "lilconfig": "^3.1.3",
+ "micromatch": "^4.0.8",
"normalize-path": "^3.0.0",
"object-hash": "^3.0.0",
- "picocolors": "^1.0.0",
- "postcss": "^8.4.23",
+ "picocolors": "^1.1.1",
+ "postcss": "^8.4.47",
"postcss-import": "^15.1.0",
"postcss-js": "^4.0.1",
- "postcss-load-config": "^4.0.1",
- "postcss-nested": "^6.0.1",
- "postcss-selector-parser": "^6.0.11",
- "resolve": "^1.22.2",
- "sucrase": "^3.32.0"
+ "postcss-load-config": "^4.0.2 || ^5.0 || ^6.0",
+ "postcss-nested": "^6.2.0",
+ "postcss-selector-parser": "^6.1.2",
+ "resolve": "^1.22.8",
+ "sucrase": "^3.35.0"
},
"bin": {
"tailwind": "lib/cli.js",
@@ -35142,6 +38555,19 @@
"tailwindcss": ">=3.0.0 || insiders"
}
},
+ "node_modules/tailwindcss/node_modules/chokidar/node_modules/glob-parent": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
+ "extraneous": true,
+ "license": "ISC",
+ "dependencies": {
+ "is-glob": "^4.0.1"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
"node_modules/tailwindcss/node_modules/jiti": {
"version": "1.21.7",
"resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz",
@@ -35151,13 +38577,32 @@
"jiti": "bin/jiti.js"
}
},
- "node_modules/tailwindcss/node_modules/lilconfig": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz",
- "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==",
+ "node_modules/tailwindcss/node_modules/postcss": {
+ "version": "8.5.6",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
+ "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/postcss/"
+ },
+ {
+ "type": "tidelift",
+ "url": "https://tidelift.com/funding/github/npm/postcss"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
"license": "MIT",
+ "dependencies": {
+ "nanoid": "^3.3.11",
+ "picocolors": "^1.1.1",
+ "source-map-js": "^1.2.1"
+ },
"engines": {
- "node": ">=10"
+ "node": "^10 || ^12 || >=14"
}
},
"node_modules/tar": {
@@ -35539,6 +38984,17 @@
"integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==",
"license": "Apache-2.0"
},
+ "node_modules/ts-invariant": {
+ "version": "0.10.3",
+ "resolved": "https://registry.npmjs.org/ts-invariant/-/ts-invariant-0.10.3.tgz",
+ "integrity": "sha512-uivwYcQaxAucv1CzRp2n/QdYPo4ILf9VXgH19zEIjFx2EJufV16P0JtJVpYHy89DItG6Kwj2oIUjrcK5au+4tQ==",
+ "dependencies": {
+ "tslib": "^2.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
"node_modules/ts-jest": {
"version": "29.4.6",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.4.6.tgz",
@@ -37515,6 +40971,19 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
+ "node_modules/zen-observable": {
+ "version": "0.8.15",
+ "resolved": "https://registry.npmjs.org/zen-observable/-/zen-observable-0.8.15.tgz",
+ "integrity": "sha512-PQ2PC7R9rslx84ndNBZB/Dkv8V8fZEpk83RLgXtYd0fwUgEjseMn1Dgajh2x6S8QbZAFa9p2qVCEuYZNgve0dQ=="
+ },
+ "node_modules/zen-observable-ts": {
+ "version": "1.2.5",
+ "resolved": "https://registry.npmjs.org/zen-observable-ts/-/zen-observable-ts-1.2.5.tgz",
+ "integrity": "sha512-QZWQekv6iB72Naeake9hS1KxHlotfRpe+WGNbNx5/ta+R3DNjVO2bswf63gXlWDcs+EMd7XY8HfVQyP1X6T4Zg==",
+ "dependencies": {
+ "zen-observable": "0.8.15"
+ }
+ },
"node_modules/zenscroll": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/zenscroll/-/zenscroll-4.0.2.tgz",
diff --git a/package.json b/package.json
index 460cc63928a..5ac7832c61b 100644
--- a/package.json
+++ b/package.json
@@ -55,6 +55,8 @@
},
"dependencies": {
"@11ty/eleventy-fetch": "^4.0.1",
+ "@algolia/client-search": "^5.41.0",
+ "@apollo/client": "^3.14.0",
"@astro-community/astro-embed-youtube": "^0.5.10",
"@astrojs/mdx": "^4.3.13",
"@astrojs/partytown": "^2.1.4",
@@ -62,6 +64,8 @@
"@astrojs/prism": "^3.3.0",
"@astrojs/react": "^4.4.2",
"@astrojs/sitemap": "^3.7.0",
+ "@astrojs/tailwind": "^6.0.2",
+ "@chainlink/blocks": "^1.3.1",
"@astrojs/vercel": "^8.2.11",
"@chainlink/cl-search-frontend": "^0.12.1",
"@chainlink/components": "^0.4.18",
@@ -150,6 +154,9 @@
"remark-stringify": "^11.0.0",
"solhint": "^6.0.3",
"solhint-plugin-chainlink-solidity": "github:smartcontractkit/chainlink-solhint-rules#v1.3.0",
+ "prettier-plugin-solidity": "^1.4.3",
+ "solhint-plugin-prettier": "^0.1.0",
+ "tailwindcss": "^3.4.18",
"ts-jest": "^29.4.6",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.21.0",
diff --git a/public/api/ccip/v1/openapi.json b/public/api/ccip/v1/openapi.json
index 8cf38841257..0be05a9bff9 100644
--- a/public/api/ccip/v1/openapi.json
+++ b/public/api/ccip/v1/openapi.json
@@ -2,8 +2,8 @@
"openapi": "3.0.0",
"info": {
"title": "CCIP Docs config API",
- "description": "API for retrieving CCIP chain, token, and lane information.\n\nTo get started quickly, you can download our [Postman Collection](/api/ccip/v1/postman-collection.json) which includes all endpoints and example requests.",
- "version": "1.5.0",
+ "description": "API for retrieving CCIP chain, token, lane, and rate limits information.\n\nTo get started quickly, you can download our [Postman Collection](/api/ccip/v1/postman-collection.json) which includes all endpoints and example requests.",
+ "version": "1.11.0",
"contact": {
"name": "File issues",
"url": "https://github.com/smartcontractkit/documentation/issues/new/choose"
@@ -34,7 +34,7 @@
},
{
"name": "lanes",
- "description": "Cross-chain lane information endpoints"
+ "description": "Cross-chain lane information endpoints with rate limits"
}
],
"paths": {
@@ -83,17 +83,17 @@
"example": "ethereum-mainnet,bsc-mainnet"
},
{
- "name": "outputKey",
+ "name": "output_key",
"in": "query",
"schema": {
"type": "string",
- "enum": ["chainId", "selector", "internalId"],
- "default": "chainId"
+ "enum": ["chain_id", "selector", "internal_id"],
+ "default": "chain_id"
},
"description": "Key to use for organizing the response data"
},
{
- "name": "enrichFeeTokens",
+ "name": "enrich_fee_tokens",
"in": "query",
"schema": {
"type": "string",
@@ -270,12 +270,12 @@
"example": "1,56"
},
{
- "name": "outputKey",
+ "name": "output_key",
"in": "query",
"schema": {
"type": "string",
- "enum": ["chainId", "selector", "internalId"],
- "default": "chainId"
+ "enum": ["chain_id", "selector", "internal_id"],
+ "default": "chain_id"
},
"description": "Key to use for organizing the response data"
}
@@ -361,6 +361,275 @@
}
}
},
+ "/tokens/{tokenCanonicalSymbol}": {
+ "get": {
+ "tags": ["tokens"],
+ "summary": "Retrieve detailed token information with custom finality data",
+ "description": "Returns detailed information about a specific CCIP token, including chain-specific configurations and custom finality settings (minBlockConfirmation and hasCustomFinality).",
+ "operationId": "getTokenDetail",
+ "parameters": [
+ {
+ "name": "tokenCanonicalSymbol",
+ "in": "path",
+ "required": true,
+ "schema": {
+ "type": "string"
+ },
+ "description": "The canonical symbol for the token (e.g., LINK, USDC, BETS)",
+ "example": "BETS"
+ },
+ {
+ "name": "environment",
+ "in": "query",
+ "required": true,
+ "schema": {
+ "type": "string",
+ "enum": ["mainnet", "testnet"]
+ },
+ "description": "The network environment to query"
+ },
+ {
+ "name": "output_key",
+ "in": "query",
+ "schema": {
+ "type": "string",
+ "enum": ["chain_id", "selector", "internal_id"],
+ "default": "chain_id"
+ },
+ "description": "Key to use for organizing the response data by chain"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "Successful response with token detail data",
+ "content": {
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/TokenDetailApiResponse"
+ },
+ "examples": {
+ "withCustomFinality": {
+ "summary": "Token with custom finality enabled",
+ "value": {
+ "metadata": {
+ "environment": "mainnet",
+ "timestamp": "2025-12-10T12:00:00Z",
+ "requestId": "123e4567-e89b-12d3-a456-426614174000",
+ "tokenSymbol": "BETS",
+ "chainCount": 2
+ },
+ "data": {
+ "43114": {
+ "chainId": 43114,
+ "chainName": "Avalanche",
+ "decimals": 18,
+ "destinations": ["1", "137"],
+ "name": "BetSwirl v2",
+ "poolAddress": "0xe9d2...9C06",
+ "poolType": "burnMint",
+ "symbol": "BETS",
+ "tokenAddress": "0x9402...E6e5",
+ "hasCustomFinality": true,
+ "minBlockConfirmation": 5
+ },
+ "1": {
+ "chainId": 1,
+ "chainName": "Ethereum",
+ "decimals": 18,
+ "destinations": ["43114"],
+ "name": "BetSwirl v2",
+ "poolAddress": "0x1234...5678",
+ "poolType": "lockRelease",
+ "symbol": "BETS",
+ "tokenAddress": "0xabcd...ef01",
+ "hasCustomFinality": false,
+ "minBlockConfirmation": 0
+ }
+ }
+ }
+ },
+ "unavailable": {
+ "summary": "Token with unavailable finality data",
+ "value": {
+ "metadata": {
+ "environment": "mainnet",
+ "timestamp": "2025-12-10T12:00:00Z",
+ "requestId": "456e7890-e89b-12d3-a456-426614174000",
+ "tokenSymbol": "USDC",
+ "chainCount": 1
+ },
+ "data": {
+ "1": {
+ "chainId": 1,
+ "chainName": "Ethereum",
+ "decimals": 6,
+ "destinations": ["43114"],
+ "name": "USD Coin",
+ "poolAddress": "0x1234...5678",
+ "poolType": "burnMint",
+ "symbol": "USDC",
+ "tokenAddress": "0xA0b8...c4d2",
+ "hasCustomFinality": null,
+ "minBlockConfirmation": null
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "description": "Invalid request parameters",
+ "content": {
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/ErrorResponse"
+ }
+ }
+ }
+ },
+ "404": {
+ "description": "Token not found",
+ "content": {
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/ErrorResponse"
+ },
+ "example": {
+ "error": "NOT_FOUND",
+ "message": "Token 'INVALID' not found"
+ }
+ }
+ }
+ },
+ "500": {
+ "description": "Internal server error",
+ "content": {
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/ErrorResponse"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "/tokens/{tokenCanonicalSymbol}/finality": {
+ "get": {
+ "tags": ["tokens"],
+ "summary": "Retrieve token finality data only",
+ "description": "Returns only custom finality information (hasCustomFinality and minBlockConfirmation) for a specific token across all chains. This is a lightweight endpoint that returns minimal data for UI components that only need finality status.",
+ "operationId": "getTokenFinality",
+ "parameters": [
+ {
+ "name": "tokenCanonicalSymbol",
+ "in": "path",
+ "required": true,
+ "schema": {
+ "type": "string"
+ },
+ "description": "The canonical symbol for the token (e.g., LINK, USDC, BETS)",
+ "example": "BETS"
+ },
+ {
+ "name": "environment",
+ "in": "query",
+ "required": true,
+ "schema": {
+ "type": "string",
+ "enum": ["mainnet", "testnet"]
+ },
+ "description": "The network environment to query"
+ },
+ {
+ "name": "output_key",
+ "in": "query",
+ "schema": {
+ "type": "string",
+ "enum": ["chain_id", "selector", "internal_id"],
+ "default": "chain_id"
+ },
+ "description": "Key to use for organizing the response data by chain"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "Successful response with token finality data",
+ "content": {
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/TokenFinalityApiResponse"
+ },
+ "examples": {
+ "mixedFinality": {
+ "summary": "Token with mixed finality states",
+ "value": {
+ "metadata": {
+ "environment": "mainnet",
+ "timestamp": "2025-12-10T12:00:00Z",
+ "requestId": "123e4567-e89b-12d3-a456-426614174000",
+ "tokenSymbol": "BETS",
+ "chainCount": 3
+ },
+ "data": {
+ "avalanche-mainnet": {
+ "hasCustomFinality": true,
+ "minBlockConfirmation": 5
+ },
+ "ethereum-mainnet": {
+ "hasCustomFinality": false,
+ "minBlockConfirmation": 0
+ },
+ "polygon-mainnet": {
+ "hasCustomFinality": null,
+ "minBlockConfirmation": null
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "description": "Invalid request parameters",
+ "content": {
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/ErrorResponse"
+ }
+ }
+ }
+ },
+ "404": {
+ "description": "Token not found",
+ "content": {
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/ErrorResponse"
+ },
+ "example": {
+ "error": "NOT_FOUND",
+ "message": "Token 'INVALID' not found"
+ }
+ }
+ }
+ },
+ "500": {
+ "description": "Internal server error",
+ "content": {
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/ErrorResponse"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
"/lanes": {
"get": {
"tags": ["lanes"],
@@ -379,7 +648,7 @@
"description": "The network environment to query"
},
{
- "name": "sourceChainId",
+ "name": "source_chain_id",
"in": "query",
"schema": {
"type": "string"
@@ -388,7 +657,7 @@
"example": "1,56"
},
{
- "name": "destinationChainId",
+ "name": "destination_chain_id",
"in": "query",
"schema": {
"type": "string"
@@ -397,7 +666,7 @@
"example": "137,42161"
},
{
- "name": "sourceSelector",
+ "name": "source_selector",
"in": "query",
"schema": {
"type": "string"
@@ -406,7 +675,7 @@
"example": "5009297550715157269"
},
{
- "name": "destinationSelector",
+ "name": "destination_selector",
"in": "query",
"schema": {
"type": "string"
@@ -415,7 +684,7 @@
"example": "4949039107694359620"
},
{
- "name": "sourceInternalId",
+ "name": "source_internal_id",
"in": "query",
"schema": {
"type": "string"
@@ -424,7 +693,7 @@
"example": "ethereum-mainnet"
},
{
- "name": "destinationInternalId",
+ "name": "destination_internal_id",
"in": "query",
"schema": {
"type": "string"
@@ -442,12 +711,12 @@
"example": "1.6.0"
},
{
- "name": "outputKey",
+ "name": "output_key",
"in": "query",
"schema": {
"type": "string",
- "enum": ["chainId", "selector", "internalId"],
- "default": "chainId"
+ "enum": ["chain_id", "selector", "internal_id"],
+ "default": "chain_id"
},
"description": "Key format to use for organizing the lane keys in the response"
}
@@ -522,8 +791,500 @@
}
}
},
- "400": {
- "description": "Bad request - invalid parameters",
+ "400": {
+ "description": "Bad request - invalid parameters",
+ "content": {
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/ErrorResponse"
+ }
+ }
+ }
+ },
+ "500": {
+ "description": "Internal server error",
+ "content": {
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/ErrorResponse"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "/lanes/by-chain-id/{source}/{destination}": {
+ "get": {
+ "tags": ["lanes"],
+ "summary": "Retrieve lane details by chain ID",
+ "description": "Returns detailed information about a specific CCIP lane identified by source and destination chain IDs",
+ "operationId": "getLaneByChainId",
+ "parameters": [
+ {
+ "name": "source",
+ "in": "path",
+ "required": true,
+ "schema": {
+ "type": "string"
+ },
+ "description": "Source chain ID (e.g., 1 for Ethereum, 56 for BSC)",
+ "example": "1"
+ },
+ {
+ "name": "destination",
+ "in": "path",
+ "required": true,
+ "schema": {
+ "type": "string"
+ },
+ "description": "Destination chain ID",
+ "example": "43114"
+ },
+ {
+ "name": "environment",
+ "in": "query",
+ "required": true,
+ "schema": {
+ "type": "string",
+ "enum": ["mainnet", "testnet"]
+ },
+ "description": "The network environment to query"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "Successful response with lane details",
+ "content": {
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/LaneDetailApiResponse"
+ }
+ }
+ }
+ },
+ "400": {
+ "description": "Invalid request parameters",
+ "content": {
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/ErrorResponse"
+ }
+ }
+ }
+ },
+ "404": {
+ "description": "Lane not found",
+ "content": {
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/ErrorResponse"
+ }
+ }
+ }
+ },
+ "500": {
+ "description": "Internal server error",
+ "content": {
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/ErrorResponse"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "/lanes/by-chain-id/{source}/{destination}/supported-tokens": {
+ "get": {
+ "tags": ["lanes"],
+ "summary": "Retrieve supported tokens with rate limits by chain ID",
+ "description": "Returns only the supported tokens and their rate limit configurations for a lane identified by chain IDs",
+ "operationId": "getSupportedTokensByChainId",
+ "parameters": [
+ {
+ "name": "source",
+ "in": "path",
+ "required": true,
+ "schema": {
+ "type": "string"
+ },
+ "description": "Source chain ID",
+ "example": "1"
+ },
+ {
+ "name": "destination",
+ "in": "path",
+ "required": true,
+ "schema": {
+ "type": "string"
+ },
+ "description": "Destination chain ID",
+ "example": "43114"
+ },
+ {
+ "name": "environment",
+ "in": "query",
+ "required": true,
+ "schema": {
+ "type": "string",
+ "enum": ["mainnet", "testnet"]
+ },
+ "description": "The network environment to query"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "Successful response with supported tokens data",
+ "content": {
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/SupportedTokensApiResponse"
+ }
+ }
+ }
+ },
+ "400": {
+ "description": "Invalid request parameters",
+ "content": {
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/ErrorResponse"
+ }
+ }
+ }
+ },
+ "404": {
+ "description": "Lane not found",
+ "content": {
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/ErrorResponse"
+ }
+ }
+ }
+ },
+ "500": {
+ "description": "Internal server error",
+ "content": {
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/ErrorResponse"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "/lanes/by-selector/{source}/{destination}": {
+ "get": {
+ "tags": ["lanes"],
+ "summary": "Retrieve lane details by CCIP selector",
+ "description": "Returns detailed information about a specific CCIP lane identified by source and destination CCIP selectors",
+ "operationId": "getLaneBySelector",
+ "parameters": [
+ {
+ "name": "source",
+ "in": "path",
+ "required": true,
+ "schema": {
+ "type": "string"
+ },
+ "description": "Source chain CCIP selector",
+ "example": "5009297550715157269"
+ },
+ {
+ "name": "destination",
+ "in": "path",
+ "required": true,
+ "schema": {
+ "type": "string"
+ },
+ "description": "Destination chain CCIP selector",
+ "example": "6433500567565415381"
+ },
+ {
+ "name": "environment",
+ "in": "query",
+ "required": true,
+ "schema": {
+ "type": "string",
+ "enum": ["mainnet", "testnet"]
+ },
+ "description": "The network environment to query"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "Successful response with lane details",
+ "content": {
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/LaneDetailApiResponse"
+ }
+ }
+ }
+ },
+ "400": {
+ "description": "Invalid request parameters",
+ "content": {
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/ErrorResponse"
+ }
+ }
+ }
+ },
+ "404": {
+ "description": "Lane not found",
+ "content": {
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/ErrorResponse"
+ }
+ }
+ }
+ },
+ "500": {
+ "description": "Internal server error",
+ "content": {
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/ErrorResponse"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "/lanes/by-selector/{source}/{destination}/supported-tokens": {
+ "get": {
+ "tags": ["lanes"],
+ "summary": "Retrieve supported tokens with rate limits by CCIP selector",
+ "description": "Returns only the supported tokens and their rate limit configurations for a lane identified by CCIP selectors",
+ "operationId": "getSupportedTokensBySelector",
+ "parameters": [
+ {
+ "name": "source",
+ "in": "path",
+ "required": true,
+ "schema": {
+ "type": "string"
+ },
+ "description": "Source chain CCIP selector",
+ "example": "5009297550715157269"
+ },
+ {
+ "name": "destination",
+ "in": "path",
+ "required": true,
+ "schema": {
+ "type": "string"
+ },
+ "description": "Destination chain CCIP selector",
+ "example": "6433500567565415381"
+ },
+ {
+ "name": "environment",
+ "in": "query",
+ "required": true,
+ "schema": {
+ "type": "string",
+ "enum": ["mainnet", "testnet"]
+ },
+ "description": "The network environment to query"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "Successful response with supported tokens data",
+ "content": {
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/SupportedTokensApiResponse"
+ }
+ }
+ }
+ },
+ "400": {
+ "description": "Invalid request parameters",
+ "content": {
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/ErrorResponse"
+ }
+ }
+ }
+ },
+ "404": {
+ "description": "Lane not found",
+ "content": {
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/ErrorResponse"
+ }
+ }
+ }
+ },
+ "500": {
+ "description": "Internal server error",
+ "content": {
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/ErrorResponse"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "/lanes/by-internal-id/{source}/{destination}": {
+ "get": {
+ "tags": ["lanes"],
+ "summary": "Retrieve lane details by internal ID",
+ "description": "Returns detailed information about a specific CCIP lane identified by source and destination internal IDs",
+ "operationId": "getLaneByInternalId",
+ "parameters": [
+ {
+ "name": "source",
+ "in": "path",
+ "required": true,
+ "schema": {
+ "type": "string"
+ },
+ "description": "Source chain internal identifier",
+ "example": "ethereum-mainnet"
+ },
+ {
+ "name": "destination",
+ "in": "path",
+ "required": true,
+ "schema": {
+ "type": "string"
+ },
+ "description": "Destination chain internal identifier",
+ "example": "avalanche-mainnet"
+ },
+ {
+ "name": "environment",
+ "in": "query",
+ "required": true,
+ "schema": {
+ "type": "string",
+ "enum": ["mainnet", "testnet"]
+ },
+ "description": "The network environment to query"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "Successful response with lane details",
+ "content": {
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/LaneDetailApiResponse"
+ }
+ }
+ }
+ },
+ "400": {
+ "description": "Invalid request parameters",
+ "content": {
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/ErrorResponse"
+ }
+ }
+ }
+ },
+ "404": {
+ "description": "Lane not found",
+ "content": {
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/ErrorResponse"
+ }
+ }
+ }
+ },
+ "500": {
+ "description": "Internal server error",
+ "content": {
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/ErrorResponse"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "/lanes/by-internal-id/{source}/{destination}/supported-tokens": {
+ "get": {
+ "tags": ["lanes"],
+ "summary": "Retrieve supported tokens with rate limits by internal ID",
+ "description": "Returns only the supported tokens and their rate limit configurations for a lane identified by internal IDs",
+ "operationId": "getSupportedTokensByInternalId",
+ "parameters": [
+ {
+ "name": "source",
+ "in": "path",
+ "required": true,
+ "schema": {
+ "type": "string"
+ },
+ "description": "Source chain internal identifier",
+ "example": "ethereum-mainnet"
+ },
+ {
+ "name": "destination",
+ "in": "path",
+ "required": true,
+ "schema": {
+ "type": "string"
+ },
+ "description": "Destination chain internal identifier",
+ "example": "avalanche-mainnet"
+ },
+ {
+ "name": "environment",
+ "in": "query",
+ "required": true,
+ "schema": {
+ "type": "string",
+ "enum": ["mainnet", "testnet"]
+ },
+ "description": "The network environment to query"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "Successful response with supported tokens data",
+ "content": {
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/SupportedTokensApiResponse"
+ }
+ }
+ }
+ },
+ "400": {
+ "description": "Invalid request parameters",
+ "content": {
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/ErrorResponse"
+ }
+ }
+ }
+ },
+ "404": {
+ "description": "Lane not found",
"content": {
"application/json": {
"schema": {
@@ -920,6 +1681,198 @@
}
}
},
+ "LaneDetailApiResponse": {
+ "type": "object",
+ "required": ["metadata", "data"],
+ "properties": {
+ "metadata": {
+ "$ref": "#/components/schemas/LaneDetailMetadata"
+ },
+ "data": {
+ "$ref": "#/components/schemas/LaneDetailWithRateLimits"
+ }
+ },
+ "description": "Response for a single lane detail query with rate limits included"
+ },
+ "LaneDetailWithRateLimits": {
+ "type": "object",
+ "required": ["sourceChain", "destinationChain", "onRamp", "offRamp", "supportedTokens"],
+ "properties": {
+ "sourceChain": {
+ "$ref": "#/components/schemas/ChainInfo"
+ },
+ "destinationChain": {
+ "$ref": "#/components/schemas/ChainInfo"
+ },
+ "onRamp": {
+ "type": "object",
+ "required": ["address", "version"],
+ "properties": {
+ "address": {
+ "type": "string",
+ "description": "OnRamp contract address"
+ },
+ "version": {
+ "type": "string",
+ "pattern": "^\\d+\\.\\d+\\.\\d+$",
+ "description": "Normalized semantic version of the OnRamp contract"
+ },
+ "enforceOutOfOrder": {
+ "type": "boolean",
+ "description": "Whether the OnRamp enforces out-of-order execution"
+ }
+ }
+ },
+ "offRamp": {
+ "type": "object",
+ "required": ["address", "version"],
+ "properties": {
+ "address": {
+ "type": "string",
+ "description": "OffRamp contract address"
+ },
+ "version": {
+ "type": "string",
+ "pattern": "^\\d+\\.\\d+\\.\\d+$",
+ "description": "Normalized semantic version of the OffRamp contract"
+ }
+ }
+ },
+ "supportedTokens": {
+ "type": "object",
+ "additionalProperties": {
+ "$ref": "#/components/schemas/TokenRateLimits"
+ },
+ "description": "Supported tokens with their rate limit configurations"
+ }
+ },
+ "description": "Lane details with rate limits included in supportedTokens"
+ },
+ "TokenRateLimits": {
+ "type": "object",
+ "properties": {
+ "standard": {
+ "oneOf": [{ "$ref": "#/components/schemas/RateLimiterDirections" }, { "type": "null" }],
+ "description": "Standard rate limit configuration (null if unavailable)"
+ },
+ "custom": {
+ "oneOf": [{ "$ref": "#/components/schemas/RateLimiterDirections" }, { "type": "null" }],
+ "description": "Custom (FTF) rate limit configuration (null if unavailable)"
+ }
+ },
+ "description": "Rate limit configurations for a token"
+ },
+ "RateLimiterDirections": {
+ "type": "object",
+ "properties": {
+ "in": {
+ "$ref": "#/components/schemas/RateLimiterConfig"
+ },
+ "out": {
+ "$ref": "#/components/schemas/RateLimiterConfig"
+ }
+ },
+ "description": "Inbound and outbound rate limiter configurations"
+ },
+ "RateLimiterConfig": {
+ "type": "object",
+ "required": ["capacity", "isEnabled", "rate"],
+ "properties": {
+ "capacity": {
+ "type": "string",
+ "description": "Maximum capacity in token units (wei for ERC20)"
+ },
+ "isEnabled": {
+ "type": "boolean",
+ "description": "Whether the rate limiter is enabled"
+ },
+ "rate": {
+ "type": "string",
+ "description": "Refill rate per second in token units"
+ }
+ },
+ "description": "Single direction rate limiter configuration"
+ },
+ "LaneDetailMetadata": {
+ "type": "object",
+ "required": ["environment", "timestamp", "requestId", "sourceChain", "destinationChain"],
+ "properties": {
+ "environment": {
+ "type": "string",
+ "enum": ["mainnet", "testnet"],
+ "description": "The network environment"
+ },
+ "timestamp": {
+ "type": "string",
+ "format": "date-time",
+ "description": "ISO timestamp of the response"
+ },
+ "requestId": {
+ "type": "string",
+ "format": "uuid",
+ "description": "Unique identifier for the request"
+ },
+ "sourceChain": {
+ "type": "string",
+ "description": "Source chain identifier used in the request"
+ },
+ "destinationChain": {
+ "type": "string",
+ "description": "Destination chain identifier used in the request"
+ }
+ }
+ },
+ "SupportedTokensApiResponse": {
+ "type": "object",
+ "required": ["metadata", "data"],
+ "properties": {
+ "metadata": {
+ "$ref": "#/components/schemas/SupportedTokensMetadata"
+ },
+ "data": {
+ "type": "object",
+ "additionalProperties": {
+ "$ref": "#/components/schemas/TokenRateLimits"
+ },
+ "description": "Supported tokens with their rate limit configurations"
+ }
+ },
+ "description": "Response containing only supported tokens and their rate limits"
+ },
+ "SupportedTokensMetadata": {
+ "type": "object",
+ "required": ["environment", "timestamp", "requestId", "sourceChain", "destinationChain", "tokenCount"],
+ "properties": {
+ "environment": {
+ "type": "string",
+ "enum": ["mainnet", "testnet"],
+ "description": "The network environment"
+ },
+ "timestamp": {
+ "type": "string",
+ "format": "date-time",
+ "description": "ISO timestamp of the response"
+ },
+ "requestId": {
+ "type": "string",
+ "format": "uuid",
+ "description": "Unique identifier for the request"
+ },
+ "sourceChain": {
+ "type": "string",
+ "description": "Source chain identifier used in the request"
+ },
+ "destinationChain": {
+ "type": "string",
+ "description": "Destination chain identifier used in the request"
+ },
+ "tokenCount": {
+ "type": "integer",
+ "minimum": 0,
+ "description": "Number of supported tokens returned"
+ }
+ }
+ },
"ErrorResponse": {
"type": "object",
"required": ["error", "message"],
@@ -1046,6 +1999,107 @@
}
}
},
+ "TokenDetailChainData": {
+ "type": "object",
+ "description": "Extended token chain data with custom finality information",
+ "allOf": [
+ {
+ "$ref": "#/components/schemas/TokenChainData"
+ },
+ {
+ "type": "object",
+ "properties": {
+ "hasCustomFinality": {
+ "type": "boolean",
+ "nullable": true,
+ "description": "Whether custom finality is enabled (derived from minBlockConfirmation > 0). Null if data is unavailable."
+ },
+ "minBlockConfirmation": {
+ "type": "integer",
+ "nullable": true,
+ "description": "Minimum block confirmations required. Null if data is unavailable."
+ }
+ }
+ }
+ ]
+ },
+ "TokenDetailMetadata": {
+ "type": "object",
+ "required": ["environment", "timestamp", "requestId", "tokenSymbol", "chainCount"],
+ "properties": {
+ "environment": {
+ "type": "string",
+ "enum": ["mainnet", "testnet"],
+ "description": "Network environment"
+ },
+ "timestamp": {
+ "type": "string",
+ "format": "date-time",
+ "description": "Timestamp of the response"
+ },
+ "requestId": {
+ "type": "string",
+ "format": "uuid",
+ "description": "Unique identifier for this request"
+ },
+ "tokenSymbol": {
+ "type": "string",
+ "description": "Canonical symbol of the requested token"
+ },
+ "chainCount": {
+ "type": "integer",
+ "description": "Number of chains this token is available on"
+ }
+ }
+ },
+ "TokenDetailApiResponse": {
+ "type": "object",
+ "required": ["metadata", "data"],
+ "properties": {
+ "metadata": {
+ "$ref": "#/components/schemas/TokenDetailMetadata"
+ },
+ "data": {
+ "type": "object",
+ "additionalProperties": {
+ "$ref": "#/components/schemas/TokenDetailChainData"
+ },
+ "description": "Token data indexed by chain ID/selector, including custom finality information"
+ }
+ }
+ },
+ "TokenFinalityData": {
+ "type": "object",
+ "description": "Finality data for a token on a specific chain",
+ "properties": {
+ "hasCustomFinality": {
+ "type": "boolean",
+ "nullable": true,
+ "description": "Whether custom finality is enabled (derived from minBlockConfirmation > 0). Null if data is unavailable."
+ },
+ "minBlockConfirmation": {
+ "type": "integer",
+ "nullable": true,
+ "description": "Minimum block confirmations required. Null if data is unavailable."
+ }
+ }
+ },
+ "TokenFinalityApiResponse": {
+ "type": "object",
+ "required": ["metadata", "data"],
+ "properties": {
+ "metadata": {
+ "$ref": "#/components/schemas/TokenDetailMetadata"
+ },
+ "data": {
+ "type": "object",
+ "additionalProperties": {
+ "$ref": "#/components/schemas/TokenFinalityData"
+ },
+ "description": "Finality data indexed by chain ID/selector"
+ }
+ }
+ },
"TokenDetails": {
"type": "object",
"required": ["symbol", "lanes", "chains"],
@@ -1120,6 +2174,88 @@
"description": "List of tokens that were ignored due to configuration issues"
}
}
+ },
+ "RateLimitsMetadata": {
+ "type": "object",
+ "required": ["environment", "timestamp", "requestId", "sourceChain", "destinationChain", "tokenCount"],
+ "properties": {
+ "environment": {
+ "type": "string",
+ "enum": ["mainnet", "testnet"],
+ "description": "The network environment"
+ },
+ "timestamp": {
+ "type": "string",
+ "format": "date-time",
+ "description": "ISO timestamp of the response"
+ },
+ "requestId": {
+ "type": "string",
+ "format": "uuid",
+ "description": "Unique identifier for the request"
+ },
+ "sourceChain": {
+ "type": "string",
+ "description": "Source chain internal identifier"
+ },
+ "destinationChain": {
+ "type": "string",
+ "description": "Destination chain internal identifier"
+ },
+ "tokenCount": {
+ "type": "integer",
+ "minimum": 0,
+ "description": "Number of tokens in the response"
+ }
+ }
+ },
+ "RateLimiterConfig": {
+ "type": "object",
+ "required": ["capacity", "isEnabled", "rate"],
+ "properties": {
+ "capacity": {
+ "type": "string",
+ "description": "Maximum token capacity for rate limiting (in token smallest unit as string)"
+ },
+ "isEnabled": {
+ "type": "boolean",
+ "description": "Whether rate limiting is enabled for this direction"
+ },
+ "rate": {
+ "type": "string",
+ "description": "Rate of token replenishment per second (in token smallest unit as string)"
+ }
+ }
+ },
+ "TokenRateLimits": {
+ "type": "object",
+ "properties": {
+ "in": {
+ "$ref": "#/components/schemas/RateLimiterConfig",
+ "description": "Inbound rate limiter configuration (tokens coming into destination chain)"
+ },
+ "out": {
+ "$ref": "#/components/schemas/RateLimiterConfig",
+ "description": "Outbound rate limiter configuration (tokens leaving source chain)"
+ }
+ },
+ "description": "Rate limiter configurations for both inbound and outbound directions"
+ },
+ "RateLimitsApiResponse": {
+ "type": "object",
+ "required": ["metadata", "data"],
+ "properties": {
+ "metadata": {
+ "$ref": "#/components/schemas/RateLimitsMetadata"
+ },
+ "data": {
+ "type": "object",
+ "additionalProperties": {
+ "$ref": "#/components/schemas/TokenRateLimits"
+ },
+ "description": "Rate limits data indexed by token symbol"
+ }
+ }
}
}
}
diff --git a/public/assets/icons/Arrow Right.svg b/public/assets/icons/Arrow Right.svg
new file mode 100644
index 00000000000..c73460f5326
--- /dev/null
+++ b/public/assets/icons/Arrow Right.svg
@@ -0,0 +1,3 @@
+
diff --git a/public/assets/icons/add.svg b/public/assets/icons/add.svg
new file mode 100644
index 00000000000..690aad5bb2f
--- /dev/null
+++ b/public/assets/icons/add.svg
@@ -0,0 +1,3 @@
+
diff --git a/public/assets/icons/generic-verifier.svg b/public/assets/icons/generic-verifier.svg
new file mode 100644
index 00000000000..275f1c8400c
--- /dev/null
+++ b/public/assets/icons/generic-verifier.svg
@@ -0,0 +1,11 @@
+
diff --git a/public/assets/icons/upper-right-arrow.svg b/public/assets/icons/upper-right-arrow.svg
new file mode 100644
index 00000000000..7f588a0dcbd
--- /dev/null
+++ b/public/assets/icons/upper-right-arrow.svg
@@ -0,0 +1,3 @@
+
diff --git a/public/images/architecture.png b/public/images/architecture.png
new file mode 100644
index 00000000000..076b0418e4f
Binary files /dev/null and b/public/images/architecture.png differ
diff --git a/public/images/ccip-logo.svg b/public/images/ccip-logo.svg
new file mode 100644
index 00000000000..79f05e8a605
--- /dev/null
+++ b/public/images/ccip-logo.svg
@@ -0,0 +1,3 @@
+
diff --git a/public/images/ccip/ccip-hero-bg.png b/public/images/ccip/ccip-hero-bg.png
new file mode 100644
index 00000000000..5f3bc5df559
Binary files /dev/null and b/public/images/ccip/ccip-hero-bg.png differ
diff --git a/public/images/ccip/ccip-hero.png b/public/images/ccip/ccip-hero.png
new file mode 100644
index 00000000000..306b8cb3ed3
Binary files /dev/null and b/public/images/ccip/ccip-hero.png differ
diff --git a/public/images/certification/Imagedevhubresources.png b/public/images/certification/Imagedevhubresources.png
new file mode 100644
index 00000000000..fb41186977b
Binary files /dev/null and b/public/images/certification/Imagedevhubresources.png differ
diff --git a/public/images/certification/Imagedevhubvideo.png b/public/images/certification/Imagedevhubvideo.png
new file mode 100644
index 00000000000..259ea7d8d4f
Binary files /dev/null and b/public/images/certification/Imagedevhubvideo.png differ
diff --git a/public/images/certification/Tailless--Arrow-Down.svg b/public/images/certification/Tailless--Arrow-Down.svg
new file mode 100644
index 00000000000..2a3ca0873aa
--- /dev/null
+++ b/public/images/certification/Tailless--Arrow-Down.svg
@@ -0,0 +1,3 @@
+
diff --git a/public/images/certification/image-1.png b/public/images/certification/image-1.png
new file mode 100644
index 00000000000..850eff21ee0
Binary files /dev/null and b/public/images/certification/image-1.png differ
diff --git a/public/images/certification/image-200.png b/public/images/certification/image-200.png
new file mode 100644
index 00000000000..dcf069cc5e1
Binary files /dev/null and b/public/images/certification/image-200.png differ
diff --git a/public/images/certification/image-201.png b/public/images/certification/image-201.png
new file mode 100644
index 00000000000..5975fc2082d
Binary files /dev/null and b/public/images/certification/image-201.png differ
diff --git a/public/images/certification/image-certificate.svg b/public/images/certification/image-certificate.svg
new file mode 100644
index 00000000000..6ba2805de44
--- /dev/null
+++ b/public/images/certification/image-certificate.svg
@@ -0,0 +1,248 @@
+
diff --git a/public/images/certification/image-learnings.svg b/public/images/certification/image-learnings.svg
new file mode 100644
index 00000000000..4d6df7915c3
--- /dev/null
+++ b/public/images/certification/image-learnings.svg
@@ -0,0 +1,62 @@
+
diff --git a/public/images/code-sample.png b/public/images/code-sample.png
new file mode 100644
index 00000000000..89aa34475df
Binary files /dev/null and b/public/images/code-sample.png differ
diff --git a/public/images/demos/Demos thumbnails 1.png b/public/images/demos/Demos thumbnails 1.png
new file mode 100644
index 00000000000..ac2841680bd
Binary files /dev/null and b/public/images/demos/Demos thumbnails 1.png differ
diff --git a/public/images/demos/Demos thumbnails 2.png b/public/images/demos/Demos thumbnails 2.png
new file mode 100644
index 00000000000..a5b86705672
Binary files /dev/null and b/public/images/demos/Demos thumbnails 2.png differ
diff --git a/public/images/demos/Demos thumbnails 3.png b/public/images/demos/Demos thumbnails 3.png
new file mode 100644
index 00000000000..ab5a48f2b63
Binary files /dev/null and b/public/images/demos/Demos thumbnails 3.png differ
diff --git a/public/images/demos/Demos thumbnails 4.png b/public/images/demos/Demos thumbnails 4.png
new file mode 100644
index 00000000000..da2a2a0a583
Binary files /dev/null and b/public/images/demos/Demos thumbnails 4.png differ
diff --git a/public/images/direct-stacking-logo.svg b/public/images/direct-stacking-logo.svg
new file mode 100644
index 00000000000..1814e384a6a
--- /dev/null
+++ b/public/images/direct-stacking-logo.svg
@@ -0,0 +1,8 @@
+
diff --git a/public/images/foundry-logo.svg b/public/images/foundry-logo.svg
new file mode 100644
index 00000000000..2315253caf3
--- /dev/null
+++ b/public/images/foundry-logo.svg
@@ -0,0 +1,11 @@
+
diff --git a/public/images/hardhat-logo.svg b/public/images/hardhat-logo.svg
new file mode 100644
index 00000000000..6077c84afae
--- /dev/null
+++ b/public/images/hardhat-logo.svg
@@ -0,0 +1,20 @@
+
diff --git a/public/images/hero-1.png b/public/images/hero-1.png
new file mode 100644
index 00000000000..f921b02c1ec
Binary files /dev/null and b/public/images/hero-1.png differ
diff --git a/public/images/hero-dotted.png b/public/images/hero-dotted.png
new file mode 100644
index 00000000000..fbcd97a909d
Binary files /dev/null and b/public/images/hero-dotted.png differ
diff --git a/public/images/info-sidebar-img.png b/public/images/info-sidebar-img.png
new file mode 100644
index 00000000000..44eadb5cfb2
Binary files /dev/null and b/public/images/info-sidebar-img.png differ
diff --git a/public/images/js-logo.svg b/public/images/js-logo.svg
new file mode 100644
index 00000000000..a4baee9a679
--- /dev/null
+++ b/public/images/js-logo.svg
@@ -0,0 +1,4 @@
+
diff --git a/public/images/not-found.svg b/public/images/not-found.svg
new file mode 100644
index 00000000000..cb212359571
--- /dev/null
+++ b/public/images/not-found.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/images/npm-logo.png b/public/images/npm-logo.png
new file mode 100644
index 00000000000..481f9493e8d
Binary files /dev/null and b/public/images/npm-logo.png differ
diff --git a/public/images/tryitout.png b/public/images/tryitout.png
new file mode 100644
index 00000000000..330416da8c9
Binary files /dev/null and b/public/images/tryitout.png differ
diff --git a/public/images/ts-logo.svg b/public/images/ts-logo.svg
new file mode 100644
index 00000000000..047caf543cc
--- /dev/null
+++ b/public/images/ts-logo.svg
@@ -0,0 +1,5 @@
+
diff --git a/public/samples/CRE/basic-functionality.ts b/public/samples/CRE/basic-functionality.ts
new file mode 100644
index 00000000000..5a25e8e51a6
--- /dev/null
+++ b/public/samples/CRE/basic-functionality.ts
@@ -0,0 +1,18 @@
+import { cre } from "@chainlink/cre-sdk"
+
+cre.handler(
+ cron.trigger({ schedule: "0 */5 * * *" }), // Every 5 minutes
+ (runtime) => {
+ // Fetch data from API
+ const price = httpClient.get(url).result()
+
+ // Read from EVM blockchain
+ const threshold = evmClient.read(contract).result()
+
+ // Make any computation
+ const shouldUpdate = price > threshold
+
+ // Write result onchain
+ return evmClient.write(contract, price).result()
+ }
+)
diff --git a/public/samples/DataFeeds/SVR/import-aggregatorV3.sol b/public/samples/DataFeeds/SVR/import-aggregatorV3.sol
new file mode 100644
index 00000000000..229601df65f
--- /dev/null
+++ b/public/samples/DataFeeds/SVR/import-aggregatorV3.sol
@@ -0,0 +1,20 @@
+import "@chainlink/contracts/src/v0.8/shared/interfaces/AggregatorV3Interface.sol";
+
+contract SVRConsumer {
+ AggregatorV3Interface internal svrFeed;
+
+ constructor(
+ address _svrFeedAddress
+ ) {
+ svrFeed = AggregatorV3Interface(_svrFeedAddress);
+ }
+
+ function getLatestPrice() public view returns (int256) {
+ (, /* uint80 roundID */
+ int256 price, /* uint256 startedAt */
+ /* uint256 timeStamp */
+ /* uint80 answeredInRound */,,
+ ) = svrFeed.latestRoundData();
+ return price;
+ }
+}
diff --git a/public/samples/DataStreams/FetchSingleStream.ts b/public/samples/DataStreams/FetchSingleStream.ts
new file mode 100644
index 00000000000..36830885458
--- /dev/null
+++ b/public/samples/DataStreams/FetchSingleStream.ts
@@ -0,0 +1,55 @@
+import { createClient, decodeReport, LogLevel, getReportVersion, formatReport } from "@chainlink/data-streams-sdk"
+import "dotenv/config"
+
+async function main() {
+ if (process.argv.length < 3) {
+ console.error("Please provide a feed ID as an argument")
+ console.error("Example: npx tsx singleStream.ts 0x000359843a543ee2fe414dc14c7e7920ef10f4372990b79d6361cdc0dd1ba782")
+ process.exit(1)
+ }
+
+ const feedId = process.argv[2]
+ const version = getReportVersion(feedId)
+
+ try {
+ const config = {
+ apiKey: process.env.API_KEY || "YOUR_API_KEY",
+ userSecret: process.env.USER_SECRET || "YOUR_USER_SECRET",
+ endpoint: "https://api.testnet-dataengine.chain.link",
+ wsEndpoint: "wss://ws.testnet-dataengine.chain.link",
+ // Comment to disable SDK logging:
+ logging: {
+ logger: console,
+ logLevel: LogLevel.INFO,
+ },
+ }
+
+ const client = createClient(config)
+ console.log(`\nFetching latest report for feed ${feedId} (${version})...\n`)
+
+ // Get raw report data
+ const report = await client.getLatestReport(feedId)
+ console.log(`Raw Report Blob: ${report.fullReport}`)
+
+ // Decode the report
+ const decodedData = decodeReport(report.fullReport, report.feedID)
+
+ // Combine decoded data with report metadata
+ const decodedReport = {
+ ...decodedData,
+ feedID: report.feedID,
+ validFromTimestamp: report.validFromTimestamp,
+ observationsTimestamp: report.observationsTimestamp,
+ }
+ console.log(formatReport(decodedReport, version))
+ } catch (error) {
+ if (error instanceof Error) {
+ console.error("Error:", error.message)
+ } else {
+ console.error("Unknown error:", error)
+ }
+ process.exit(1)
+ }
+}
+
+main()
diff --git a/src/__mocks__/rate-limits-mainnet.json b/src/__mocks__/rate-limits-mainnet.json
new file mode 100644
index 00000000000..3f90fff496c
--- /dev/null
+++ b/src/__mocks__/rate-limits-mainnet.json
@@ -0,0 +1,55946 @@
+{
+ "$PAAL": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "1XMM": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "matic-mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "AISTR": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "ANIMA": {
+ "mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "ronin-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ronin-mainnet": {
+ "minBlockConfirmation": null,
+ "remote": {
+ "mainnet": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ }
+ },
+ "APRS": {
+ "mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "ronin-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "11910000000000000000000000",
+ "isEnabled": true,
+ "rate": "137847213400000000000"
+ },
+ "out": {
+ "capacity": "18090000000000000000000000",
+ "isEnabled": true,
+ "rate": "209375000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "30000000000000000000000000",
+ "isEnabled": true,
+ "rate": "347222200000000000000"
+ },
+ "out": {
+ "capacity": "27000000000000000000000000",
+ "isEnabled": true,
+ "rate": "312500000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ronin-mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "20370000000000000000000000",
+ "isEnabled": true,
+ "rate": "235763873800000000000"
+ },
+ "out": {
+ "capacity": "14931000000000000000000000",
+ "isEnabled": true,
+ "rate": "172812500000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "30000000000000000000000000",
+ "isEnabled": true,
+ "rate": "347222200000000000000"
+ },
+ "out": {
+ "capacity": "27000000000000000000000000",
+ "isEnabled": true,
+ "rate": "312500000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "APU": {
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": null,
+ "standard": null
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "30600000000000000000000000",
+ "isEnabled": true,
+ "rate": "8499999976200000000000"
+ },
+ "out": {
+ "capacity": "32900000000000000000000000",
+ "isEnabled": true,
+ "rate": "9138888863300000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000000",
+ "isEnabled": true,
+ "rate": "27777777700000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000000",
+ "isEnabled": true,
+ "rate": "27777777700000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "45700000000000000000000000",
+ "isEnabled": true,
+ "rate": "12694444408900000000000"
+ },
+ "out": {
+ "capacity": "49600000000000000000000000",
+ "isEnabled": true,
+ "rate": "13777777739200000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000000",
+ "isEnabled": true,
+ "rate": "27777777700000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000000",
+ "isEnabled": true,
+ "rate": "27777777700000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "44700000000000000000000000",
+ "isEnabled": true,
+ "rate": "12416666631900000000000"
+ },
+ "out": {
+ "capacity": "34300000000000000000000000",
+ "isEnabled": true,
+ "rate": "9527777751100000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000000",
+ "isEnabled": true,
+ "rate": "27777777700000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000000",
+ "isEnabled": true,
+ "rate": "27777777700000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "56600000000000000000000000",
+ "isEnabled": true,
+ "rate": "15722222178200000000000"
+ },
+ "out": {
+ "capacity": "46200000000000000000000000",
+ "isEnabled": true,
+ "rate": "12833333297400000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000000",
+ "isEnabled": true,
+ "rate": "27777777700000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000000",
+ "isEnabled": true,
+ "rate": "27777777700000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "36000000000000000000000000",
+ "isEnabled": true,
+ "rate": "9999999972000000000000"
+ },
+ "out": {
+ "capacity": "56400000000000000000000000",
+ "isEnabled": true,
+ "rate": "15666666622800000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000000",
+ "isEnabled": true,
+ "rate": "27777777700000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000000",
+ "isEnabled": true,
+ "rate": "27777777700000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "avBTC": {
+ "avalanche-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "avETH": {
+ "avalanche-mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "avETHx": {
+ "avalanche-mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": null,
+ "standard": null
+ },
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "avUSD": {
+ "avalanche-mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "avUSDx": {
+ "avalanche-mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "AXS": {
+ "mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "ronin-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ronin-mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "BANANA": {
+ "mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "ronin-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1017000000000000000000000",
+ "isEnabled": true,
+ "rate": "11770832580000000000"
+ },
+ "out": {
+ "capacity": "460350000000000000000000",
+ "isEnabled": true,
+ "rate": "5328125000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "17361110000000000000"
+ },
+ "out": {
+ "capacity": "1350000000000000000000000",
+ "isEnabled": true,
+ "rate": "15625000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ronin-mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "538500000000000000000000",
+ "isEnabled": true,
+ "rate": "6232638490000000000"
+ },
+ "out": {
+ "capacity": "507600000000000000000000",
+ "isEnabled": true,
+ "rate": "5875000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "17361110000000000000"
+ },
+ "out": {
+ "capacity": "1350000000000000000000000",
+ "isEnabled": true,
+ "rate": "15625000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "BANK": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "BARD": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "beraBTC": {
+ "berachain-mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "berachain-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "BETS": {
+ "avalanche-mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "11970000000000000000000000",
+ "isEnabled": true,
+ "rate": "19950000000000000000000"
+ },
+ "out": {
+ "capacity": "11730000000000000000000000",
+ "isEnabled": true,
+ "rate": "19550000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "30000000000000000000000000",
+ "isEnabled": true,
+ "rate": "50000000000000000000000"
+ },
+ "out": {
+ "capacity": "30000000000000000000000000",
+ "isEnabled": true,
+ "rate": "50000000000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-unichain-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "18810000000000000000000000",
+ "isEnabled": true,
+ "rate": "31350000000000000000000"
+ },
+ "out": {
+ "capacity": "13020000000000000000000000",
+ "isEnabled": true,
+ "rate": "21700000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "30000000000000000000000000",
+ "isEnabled": true,
+ "rate": "50000000000000000000000"
+ },
+ "out": {
+ "capacity": "30000000000000000000000000",
+ "isEnabled": true,
+ "rate": "50000000000000000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "19350000000000000000000000",
+ "isEnabled": true,
+ "rate": "32250000000000000000000"
+ },
+ "out": {
+ "capacity": "13260000000000000000000000",
+ "isEnabled": true,
+ "rate": "22100000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "30000000000000000000000000",
+ "isEnabled": true,
+ "rate": "50000000000000000000000"
+ },
+ "out": {
+ "capacity": "30000000000000000000000000",
+ "isEnabled": true,
+ "rate": "50000000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-unichain-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-unichain-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-unichain-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-unichain-1": {
+ "custom": null,
+ "standard": null
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-unichain-1": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": null,
+ "standard": null
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-unichain-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "matic-mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": null,
+ "standard": null
+ },
+ "ethereum-mainnet-unichain-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "BKN": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "BMX": {
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "ethereum-mainnet-mode-1": {
+ "custom": {
+ "in": {
+ "capacity": "65300000000000000000000",
+ "isEnabled": true,
+ "rate": "18133810000000000000"
+ },
+ "out": {
+ "capacity": "50800000000000000000000",
+ "isEnabled": true,
+ "rate": "14107160000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "27770000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "27770000000000000000"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "65100000000000000000000",
+ "isEnabled": true,
+ "rate": "18078270000000000000"
+ },
+ "out": {
+ "capacity": "36500000000000000000000",
+ "isEnabled": true,
+ "rate": "10136050000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "27770000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "27770000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-mode-1": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "35500000000000000000000",
+ "isEnabled": true,
+ "rate": "9858350000000000000"
+ },
+ "out": {
+ "capacity": "55300000000000000000000",
+ "isEnabled": true,
+ "rate": "15356810000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "27770000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "27770000000000000000"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-mode-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "BOB": {
+ "bitcoin-mainnet-bob-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "bitcoin-mainnet-bob-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "bitcoin-mainnet-bob-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "BOLD": {
+ "avalanche-mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "berachain-mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "berachain-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "plasma-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "berachain-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "plasma-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-scroll-1": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "hyperliquid-mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "berachain-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-scroll-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "hyperliquid-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "plasma-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "plasma-mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "BONE": {
+ "avalanche-mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "celo-mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-andromeda-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-blast-1": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-mantle-1": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-mode-1": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-scroll-1": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-zircuit-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-zksync-1": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": null,
+ "standard": null
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "celo-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-andromeda-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-blast-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "custom": null,
+ "standard": null
+ },
+ "ethereum-mainnet-mantle-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-mode-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": null,
+ "standard": null
+ },
+ "ethereum-mainnet-scroll-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-zircuit-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-zksync-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "polkadot-mainnet-astar": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "wemix-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "xdai-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "matic-mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "polkadot-mainnet-astar": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "wemix-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "xdai-mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "BR": {
+ "berachain-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "2980000000000000000000000",
+ "isEnabled": true,
+ "rate": "34568000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "58000000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "682000000000000000",
+ "isEnabled": true,
+ "rate": "68200000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "1000000000000000000",
+ "isEnabled": true,
+ "rate": "100000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "326000000000000000",
+ "isEnabled": true,
+ "rate": "32600000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "1000000000000000000",
+ "isEnabled": true,
+ "rate": "100000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "berachain-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "2780000000000000000000000",
+ "isEnabled": true,
+ "rate": "32248000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "58000000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "2865000000000000000000000",
+ "isEnabled": true,
+ "rate": "33234000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "58000000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "2370000000000000000000000",
+ "isEnabled": true,
+ "rate": "27492000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "58000000000000000000"
+ }
+ }
+ },
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "283500000000000",
+ "isEnabled": true,
+ "rate": "3288600000"
+ },
+ "out": {
+ "capacity": "2075000000000000000000000",
+ "isEnabled": true,
+ "rate": "24070000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "500000000000000",
+ "isEnabled": true,
+ "rate": "5800000000"
+ },
+ "out": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "58000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "berachain-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "471000000000000000",
+ "isEnabled": true,
+ "rate": "47100000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "1000000000000000000",
+ "isEnabled": true,
+ "rate": "100000000000000000"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "2070000000000000000000000",
+ "isEnabled": true,
+ "rate": "24012000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "58000000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "511000000000000000",
+ "isEnabled": true,
+ "rate": "51100000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "1000000000000000000",
+ "isEnabled": true,
+ "rate": "100000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "berachain-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "676000000000000000",
+ "isEnabled": true,
+ "rate": "67600000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "1000000000000000000",
+ "isEnabled": true,
+ "rate": "100000000000000000"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "2620000000000000000000000",
+ "isEnabled": true,
+ "rate": "30392000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "58000000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "595000000000000000",
+ "isEnabled": true,
+ "rate": "59500000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "1000000000000000000",
+ "isEnabled": true,
+ "rate": "100000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "solana-mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "347500000000000",
+ "isEnabled": true,
+ "rate": "4031000000"
+ },
+ "out": {
+ "capacity": "273000000000000",
+ "isEnabled": true,
+ "rate": "3166800000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "500000000000000",
+ "isEnabled": true,
+ "rate": "5800000000"
+ },
+ "out": {
+ "capacity": "500000000000000",
+ "isEnabled": true,
+ "rate": "5800000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "brBTC": {
+ "aptos-mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "91400000",
+ "isEnabled": true,
+ "rate": "1057"
+ },
+ "out": {
+ "capacity": "113000000",
+ "isEnabled": true,
+ "rate": "1307"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "107200000",
+ "isEnabled": true,
+ "rate": "1240"
+ },
+ "out": {
+ "capacity": "113800000",
+ "isEnabled": true,
+ "rate": "1317"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ }
+ }
+ },
+ "berachain-mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "127800000",
+ "isEnabled": true,
+ "rate": "1479"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "aptos-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "94200000",
+ "isEnabled": true,
+ "rate": "1090"
+ },
+ "out": {
+ "capacity": "72600000",
+ "isEnabled": true,
+ "rate": "840"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "91600000",
+ "isEnabled": true,
+ "rate": "1060"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "120800000",
+ "isEnabled": true,
+ "rate": "1398"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-ink-1": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "73600000",
+ "isEnabled": true,
+ "rate": "851"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-xlayer-1": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "133600000",
+ "isEnabled": true,
+ "rate": "1546"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ }
+ }
+ },
+ "hyperliquid-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "80400000",
+ "isEnabled": true,
+ "rate": "930"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "aptos-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "108400000",
+ "isEnabled": true,
+ "rate": "1254"
+ },
+ "out": {
+ "capacity": "118800000",
+ "isEnabled": true,
+ "rate": "1375"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ },
+ "berachain-mainnet": {
+ "custom": null,
+ "standard": null
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "135400000",
+ "isEnabled": true,
+ "rate": "1567"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "132200000",
+ "isEnabled": true,
+ "rate": "1530"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ },
+ "ethereum-mainnet-ink-1": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "111800000",
+ "isEnabled": true,
+ "rate": "1294"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ },
+ "ethereum-mainnet-xlayer-1": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "73000000",
+ "isEnabled": true,
+ "rate": "844"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ },
+ "hyperliquid-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "73200000",
+ "isEnabled": true,
+ "rate": "847"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ },
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "120600000",
+ "isEnabled": true,
+ "rate": "1395"
+ },
+ "out": {
+ "capacity": "139600000",
+ "isEnabled": true,
+ "rate": "1615"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ }
+ }
+ },
+ "solana-mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "139400000",
+ "isEnabled": true,
+ "rate": "1613"
+ },
+ "out": {
+ "capacity": "85800000",
+ "isEnabled": true,
+ "rate": "993"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ }
+ }
+ }
+ },
+ "BTR": {
+ "bitcoin-mainnet-bitlayer-1": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "bitcoin-mainnet-bitlayer-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "bitcoin-mainnet-bitlayer-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "BYTES": {
+ "avalanche-mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "matic-mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "CANNED": {
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "shibarium-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "shibarium-mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "CGX": {
+ "mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "ronin-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ronin-mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "CHEX": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "CHIKA": {
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "shibarium-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "shibarium-mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "CKP": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "44400000000000000000000",
+ "isEnabled": true,
+ "rate": "12432000000000000000"
+ },
+ "out": {
+ "capacity": "30500000000000000000000",
+ "isEnabled": true,
+ "rate": "8540000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "28000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "28000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "56500000000000000000000",
+ "isEnabled": true,
+ "rate": "15820000000000000000"
+ },
+ "out": {
+ "capacity": "62300000000000000000000",
+ "isEnabled": true,
+ "rate": "17444000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "28000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "28000000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "clBTC": {
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "CRTV": {
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "matic-mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "DAMN": {
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "shibarium-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "shibarium-mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "DEGEN": {
+ "mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "soneium-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "soneium-mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "DFX": {
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "3145000000000000000000000",
+ "isEnabled": true,
+ "rate": "35853000000000000000"
+ },
+ "out": {
+ "capacity": "2865000000000000000000000",
+ "isEnabled": true,
+ "rate": "32661000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "57000000000000000000"
+ },
+ "out": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "57000000000000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "2840000000000000000000000",
+ "isEnabled": true,
+ "rate": "32376000000000000000"
+ },
+ "out": {
+ "capacity": "2025000000000000000000000",
+ "isEnabled": true,
+ "rate": "23085000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "57000000000000000000"
+ },
+ "out": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "57000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "2065000000000000000000000",
+ "isEnabled": true,
+ "rate": "23541000000000000000"
+ },
+ "out": {
+ "capacity": "2795000000000000000000000",
+ "isEnabled": true,
+ "rate": "31863000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "57000000000000000000"
+ },
+ "out": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "57000000000000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "3105000000000000000000000",
+ "isEnabled": true,
+ "rate": "35397000000000000000"
+ },
+ "out": {
+ "capacity": "1705000000000000000000000",
+ "isEnabled": true,
+ "rate": "19437000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "57000000000000000000"
+ },
+ "out": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "57000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "matic-mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "3080000000000000000000000",
+ "isEnabled": true,
+ "rate": "35112000000000000000"
+ },
+ "out": {
+ "capacity": "2095000000000000000000000",
+ "isEnabled": true,
+ "rate": "23883000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "57000000000000000000"
+ },
+ "out": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "57000000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1600000000000000000000000",
+ "isEnabled": true,
+ "rate": "18240000000000000000"
+ },
+ "out": {
+ "capacity": "1980000000000000000000000",
+ "isEnabled": true,
+ "rate": "22572000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "57000000000000000000"
+ },
+ "out": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "57000000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "DIP": {
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": null,
+ "remote": {
+ "mainnet": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "6730000000000000000000000",
+ "isEnabled": true,
+ "rate": "1869594000000000000000"
+ },
+ "out": {
+ "capacity": "3300000000000000000000000",
+ "isEnabled": true,
+ "rate": "916740000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000000000000000",
+ "isEnabled": true,
+ "rate": "2778000000000000000000"
+ },
+ "out": {
+ "capacity": "10000000000000000000000000",
+ "isEnabled": true,
+ "rate": "2778000000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "DOBO": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": null,
+ "standard": null
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "DOLO": {
+ "berachain-mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "berachain-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "berachain-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "DPI": {
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "386802000000000000000",
+ "isEnabled": true,
+ "rate": "26100000000000000"
+ },
+ "out": {
+ "capacity": "431262000000000000000",
+ "isEnabled": true,
+ "rate": "29100000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "741000000000000000000",
+ "isEnabled": true,
+ "rate": "50000000000000000"
+ },
+ "out": {
+ "capacity": "741000000000000000000",
+ "isEnabled": true,
+ "rate": "50000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1698415000000000000000",
+ "isEnabled": true,
+ "rate": "117900000000000000"
+ },
+ "out": {
+ "capacity": "873841000000000000000",
+ "isEnabled": true,
+ "rate": "60660000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2593000000000000000000",
+ "isEnabled": true,
+ "rate": "180000000000000000"
+ },
+ "out": {
+ "capacity": "2593000000000000000000",
+ "isEnabled": true,
+ "rate": "180000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "245271000000000000000",
+ "isEnabled": true,
+ "rate": "16550000000000000"
+ },
+ "out": {
+ "capacity": "472017000000000000000",
+ "isEnabled": true,
+ "rate": "31850000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "741000000000000000000",
+ "isEnabled": true,
+ "rate": "50000000000000000"
+ },
+ "out": {
+ "capacity": "741000000000000000000",
+ "isEnabled": true,
+ "rate": "50000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "469053000000000000000",
+ "isEnabled": true,
+ "rate": "31650000000000000"
+ },
+ "out": {
+ "capacity": "246012000000000000000",
+ "isEnabled": true,
+ "rate": "16600000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "741000000000000000000",
+ "isEnabled": true,
+ "rate": "50000000000000000"
+ },
+ "out": {
+ "capacity": "741000000000000000000",
+ "isEnabled": true,
+ "rate": "50000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1571358000000000000000",
+ "isEnabled": true,
+ "rate": "109080000000000000"
+ },
+ "out": {
+ "capacity": "902364000000000000000",
+ "isEnabled": true,
+ "rate": "62640000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2593000000000000000000",
+ "isEnabled": true,
+ "rate": "180000000000000000"
+ },
+ "out": {
+ "capacity": "2593000000000000000000",
+ "isEnabled": true,
+ "rate": "180000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "223041000000000000000",
+ "isEnabled": true,
+ "rate": "15050000000000000"
+ },
+ "out": {
+ "capacity": "312702000000000000000",
+ "isEnabled": true,
+ "rate": "21100000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "741000000000000000000",
+ "isEnabled": true,
+ "rate": "50000000000000000"
+ },
+ "out": {
+ "capacity": "741000000000000000000",
+ "isEnabled": true,
+ "rate": "50000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "dsETH": {
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "6383000000000000000",
+ "isEnabled": true,
+ "rate": "441900000000000"
+ },
+ "out": {
+ "capacity": "5967000000000000000",
+ "isEnabled": true,
+ "rate": "413100000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "13000000000000000000",
+ "isEnabled": true,
+ "rate": "900000000000000"
+ },
+ "out": {
+ "capacity": "13000000000000000000",
+ "isEnabled": true,
+ "rate": "900000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "11200000000000000000",
+ "isEnabled": true,
+ "rate": "761600000000000"
+ },
+ "out": {
+ "capacity": "11800000000000000000",
+ "isEnabled": true,
+ "rate": "802400000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "25000000000000000000",
+ "isEnabled": true,
+ "rate": "1700000000000000"
+ },
+ "out": {
+ "capacity": "25000000000000000000",
+ "isEnabled": true,
+ "rate": "1700000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "5642000000000000000",
+ "isEnabled": true,
+ "rate": "390600000000000"
+ },
+ "out": {
+ "capacity": "6786000000000000000",
+ "isEnabled": true,
+ "rate": "469800000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "13000000000000000000",
+ "isEnabled": true,
+ "rate": "900000000000000"
+ },
+ "out": {
+ "capacity": "13000000000000000000",
+ "isEnabled": true,
+ "rate": "900000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "5213000000000000000",
+ "isEnabled": true,
+ "rate": "360900000000000"
+ },
+ "out": {
+ "capacity": "6084000000000000000",
+ "isEnabled": true,
+ "rate": "421200000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "13000000000000000000",
+ "isEnabled": true,
+ "rate": "900000000000000"
+ },
+ "out": {
+ "capacity": "13000000000000000000",
+ "isEnabled": true,
+ "rate": "900000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "8175000000000000000",
+ "isEnabled": true,
+ "rate": "555900000000000"
+ },
+ "out": {
+ "capacity": "10575000000000000000",
+ "isEnabled": true,
+ "rate": "719100000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "25000000000000000000",
+ "isEnabled": true,
+ "rate": "1700000000000000"
+ },
+ "out": {
+ "capacity": "25000000000000000000",
+ "isEnabled": true,
+ "rate": "1700000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "6981000000000000000",
+ "isEnabled": true,
+ "rate": "483300000000000"
+ },
+ "out": {
+ "capacity": "5317000000000000000",
+ "isEnabled": true,
+ "rate": "368100000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "13000000000000000000",
+ "isEnabled": true,
+ "rate": "900000000000000"
+ },
+ "out": {
+ "capacity": "13000000000000000000",
+ "isEnabled": true,
+ "rate": "900000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "EARNM": {
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "240000000000000000000000",
+ "isEnabled": true,
+ "rate": "66662400000000000000"
+ },
+ "out": {
+ "capacity": "359375000000000000000000",
+ "isEnabled": true,
+ "rate": "99820000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "625000000000000000000000",
+ "isEnabled": true,
+ "rate": "173600000000000000000"
+ },
+ "out": {
+ "capacity": "625000000000000000000000",
+ "isEnabled": true,
+ "rate": "173600000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "311250000000000000000000",
+ "isEnabled": true,
+ "rate": "86452800000000000000"
+ },
+ "out": {
+ "capacity": "340000000000000000000000",
+ "isEnabled": true,
+ "rate": "94438400000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "625000000000000000000000",
+ "isEnabled": true,
+ "rate": "173600000000000000000"
+ },
+ "out": {
+ "capacity": "625000000000000000000000",
+ "isEnabled": true,
+ "rate": "173600000000000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "60000000000000000000000000",
+ "isEnabled": true,
+ "rate": "16666800000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000000",
+ "isEnabled": true,
+ "rate": "13889000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000000",
+ "isEnabled": true,
+ "rate": "27778000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000000",
+ "isEnabled": true,
+ "rate": "27778000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": null,
+ "standard": null
+ },
+ "mainnet": {
+ "custom": null,
+ "standard": null
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "36800000000000000000000000",
+ "isEnabled": true,
+ "rate": "10222304000000000000000"
+ },
+ "out": {
+ "capacity": "58400000000000000000000000",
+ "isEnabled": true,
+ "rate": "16222352000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000000",
+ "isEnabled": true,
+ "rate": "27778000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000000",
+ "isEnabled": true,
+ "rate": "27778000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "410625000000000000000000",
+ "isEnabled": true,
+ "rate": "114055200000000000000"
+ },
+ "out": {
+ "capacity": "219375000000000000000000",
+ "isEnabled": true,
+ "rate": "60933600000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "625000000000000000000000",
+ "isEnabled": true,
+ "rate": "173600000000000000000"
+ },
+ "out": {
+ "capacity": "625000000000000000000000",
+ "isEnabled": true,
+ "rate": "173600000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "195000000000000000000000",
+ "isEnabled": true,
+ "rate": "54163200000000000000"
+ },
+ "out": {
+ "capacity": "266250000000000000000000",
+ "isEnabled": true,
+ "rate": "73953600000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "625000000000000000000000",
+ "isEnabled": true,
+ "rate": "173600000000000000000"
+ },
+ "out": {
+ "capacity": "625000000000000000000000",
+ "isEnabled": true,
+ "rate": "173600000000000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "23300000000000000000000000",
+ "isEnabled": true,
+ "rate": "6472274000000000000000"
+ },
+ "out": {
+ "capacity": "29750000000000000000000000",
+ "isEnabled": true,
+ "rate": "8263955000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000000",
+ "isEnabled": true,
+ "rate": "13889000000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000000",
+ "isEnabled": true,
+ "rate": "13889000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "matic-mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "50000000000000000000000000",
+ "isEnabled": true,
+ "rate": "13889000000000000000000"
+ },
+ "out": {
+ "capacity": "45700000000000000000000000",
+ "isEnabled": true,
+ "rate": "12694546000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000000",
+ "isEnabled": true,
+ "rate": "27778000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000000",
+ "isEnabled": true,
+ "rate": "27778000000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "62700000000000000000000000",
+ "isEnabled": true,
+ "rate": "17416806000000000000000"
+ },
+ "out": {
+ "capacity": "63100000000000000000000000",
+ "isEnabled": true,
+ "rate": "17527918000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000000",
+ "isEnabled": true,
+ "rate": "27778000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000000",
+ "isEnabled": true,
+ "rate": "27778000000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "29250000000000000000000000",
+ "isEnabled": true,
+ "rate": "8125065000000000000000"
+ },
+ "out": {
+ "capacity": "29350000000000000000000000",
+ "isEnabled": true,
+ "rate": "8152843000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000000",
+ "isEnabled": true,
+ "rate": "13889000000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000000",
+ "isEnabled": true,
+ "rate": "13889000000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "EDEN": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "egETH": {
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "62400000000000000000",
+ "isEnabled": true,
+ "rate": "5778240000000000"
+ },
+ "out": {
+ "capacity": "61200000000000000000",
+ "isEnabled": true,
+ "rate": "5667120000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000",
+ "isEnabled": true,
+ "rate": "9260000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000",
+ "isEnabled": true,
+ "rate": "9260000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "55200000000000000000",
+ "isEnabled": true,
+ "rate": "5111520000000000"
+ },
+ "out": {
+ "capacity": "69200000000000000000",
+ "isEnabled": true,
+ "rate": "6407920000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000",
+ "isEnabled": true,
+ "rate": "9260000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000",
+ "isEnabled": true,
+ "rate": "9260000000000000"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "65500000000000000000",
+ "isEnabled": true,
+ "rate": "6065300000000000"
+ },
+ "out": {
+ "capacity": "64400000000000000000",
+ "isEnabled": true,
+ "rate": "5963440000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000",
+ "isEnabled": true,
+ "rate": "9260000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000",
+ "isEnabled": true,
+ "rate": "9260000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "elizaOS": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "solana-mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "EmCH": {
+ "avalanche-mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "enzoBTC": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "ethereum-mainnet-hashkey-1": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-hashkey-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "ETHx": {
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "598000000000000000000",
+ "isEnabled": true,
+ "rate": "33488000000000000"
+ },
+ "out": {
+ "capacity": "578000000000000000000",
+ "isEnabled": true,
+ "rate": "32368000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "56000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "56000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "464000000000000000000",
+ "isEnabled": true,
+ "rate": "25984000000000000"
+ },
+ "out": {
+ "capacity": "572000000000000000000",
+ "isEnabled": true,
+ "rate": "32032000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "56000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "56000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "469000000000000000000",
+ "isEnabled": true,
+ "rate": "26264000000000000"
+ },
+ "out": {
+ "capacity": "603000000000000000000",
+ "isEnabled": true,
+ "rate": "33768000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "56000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "56000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "632000000000000000000",
+ "isEnabled": true,
+ "rate": "35392000000000000"
+ },
+ "out": {
+ "capacity": "668000000000000000000",
+ "isEnabled": true,
+ "rate": "37408000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "56000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "56000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "eUSX": {
+ "plasma-mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "solana-mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "plasma-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "FEED": {
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": null,
+ "remote": {
+ "shibarium-mainnet": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ },
+ "shibarium-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "FF": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "FHE": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mind-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mind-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mind-mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "solana-mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "FLUID": {
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1254000000000000000000000",
+ "isEnabled": true,
+ "rate": "14513888888888888888"
+ },
+ "out": {
+ "capacity": "802000000000000000000000",
+ "isEnabled": true,
+ "rate": "9282407407407407407"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2000000000000000000000000",
+ "isEnabled": true,
+ "rate": "23148148148148148148"
+ },
+ "out": {
+ "capacity": "2000000000000000000000000",
+ "isEnabled": true,
+ "rate": "23148148148148148148"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1292000000000000000000000",
+ "isEnabled": true,
+ "rate": "14953703703703703703"
+ },
+ "out": {
+ "capacity": "828000000000000000000000",
+ "isEnabled": true,
+ "rate": "9583333333333333333"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2000000000000000000000000",
+ "isEnabled": true,
+ "rate": "23148148148148148148"
+ },
+ "out": {
+ "capacity": "2000000000000000000000000",
+ "isEnabled": true,
+ "rate": "23148148148148148148"
+ }
+ }
+ },
+ "plasma-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "186500000000000000000000",
+ "isEnabled": true,
+ "rate": "2158551000000000000"
+ },
+ "out": {
+ "capacity": "317500000000000000000000",
+ "isEnabled": true,
+ "rate": "3674745000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "500000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000000"
+ },
+ "out": {
+ "capacity": "500000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000000"
+ }
+ }
+ },
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "216000000000000000000000",
+ "isEnabled": true,
+ "rate": "2499999999999999999"
+ },
+ "out": {
+ "capacity": "215000000000000000000000",
+ "isEnabled": true,
+ "rate": "2488425925925925925"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "500000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787037037037037037"
+ },
+ "out": {
+ "capacity": "500000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787037037037037037"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1202000000000000000000000",
+ "isEnabled": true,
+ "rate": "13912037037037037036"
+ },
+ "out": {
+ "capacity": "1250000000000000000000000",
+ "isEnabled": true,
+ "rate": "14467592592592592592"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2000000000000000000000000",
+ "isEnabled": true,
+ "rate": "23148148148148148148"
+ },
+ "out": {
+ "capacity": "2000000000000000000000000",
+ "isEnabled": true,
+ "rate": "23148148148148148148"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "668000000000000000000000",
+ "isEnabled": true,
+ "rate": "7731481481481481481"
+ },
+ "out": {
+ "capacity": "840000000000000000000000",
+ "isEnabled": true,
+ "rate": "9722222222222222222"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2000000000000000000000000",
+ "isEnabled": true,
+ "rate": "23148148148148148148"
+ },
+ "out": {
+ "capacity": "2000000000000000000000000",
+ "isEnabled": true,
+ "rate": "23148148148148148148"
+ }
+ }
+ },
+ "plasma-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "341000000000000000000000",
+ "isEnabled": true,
+ "rate": "3946734000000000000"
+ },
+ "out": {
+ "capacity": "286500000000000000000000",
+ "isEnabled": true,
+ "rate": "3315951000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "500000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000000"
+ },
+ "out": {
+ "capacity": "500000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000000"
+ }
+ }
+ },
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "315500000000000000000000",
+ "isEnabled": true,
+ "rate": "3651620370370370370"
+ },
+ "out": {
+ "capacity": "260000000000000000000000",
+ "isEnabled": true,
+ "rate": "3009259259259259259"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "500000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787037037037037037"
+ },
+ "out": {
+ "capacity": "500000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787037037037037037"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "864000000000000000000000",
+ "isEnabled": true,
+ "rate": "9999999999999999999"
+ },
+ "out": {
+ "capacity": "1066000000000000000000000",
+ "isEnabled": true,
+ "rate": "12337962962962962962"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2000000000000000000000000",
+ "isEnabled": true,
+ "rate": "23148148148148148148"
+ },
+ "out": {
+ "capacity": "2000000000000000000000000",
+ "isEnabled": true,
+ "rate": "23148148148148148148"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "762000000000000000000000",
+ "isEnabled": true,
+ "rate": "8819444444444444444"
+ },
+ "out": {
+ "capacity": "902000000000000000000000",
+ "isEnabled": true,
+ "rate": "10439814814814814814"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2000000000000000000000000",
+ "isEnabled": true,
+ "rate": "23148148148148148148"
+ },
+ "out": {
+ "capacity": "2000000000000000000000000",
+ "isEnabled": true,
+ "rate": "23148148148148148148"
+ }
+ }
+ },
+ "plasma-mainnet": {
+ "custom": null,
+ "standard": null
+ },
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "200000000000000000000000",
+ "isEnabled": true,
+ "rate": "2314814814814814814"
+ },
+ "out": {
+ "capacity": "336500000000000000000000",
+ "isEnabled": true,
+ "rate": "3894675925925925925"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "500000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787037037037037037"
+ },
+ "out": {
+ "capacity": "500000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787037037037037037"
+ }
+ }
+ }
+ }
+ },
+ "plasma-mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "152500000000000000000000",
+ "isEnabled": true,
+ "rate": "1765035000000000000"
+ },
+ "out": {
+ "capacity": "206500000000000000000000",
+ "isEnabled": true,
+ "rate": "2390031000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "500000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000000"
+ },
+ "out": {
+ "capacity": "500000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "239000000000000000000000",
+ "isEnabled": true,
+ "rate": "2766186000000000000"
+ },
+ "out": {
+ "capacity": "312000000000000000000000",
+ "isEnabled": true,
+ "rate": "3611088000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "500000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000000"
+ },
+ "out": {
+ "capacity": "500000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "206000000000000000000000",
+ "isEnabled": true,
+ "rate": "2384244000000000000"
+ },
+ "out": {
+ "capacity": "159000000000000000000000",
+ "isEnabled": true,
+ "rate": "1840266000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "500000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000000"
+ },
+ "out": {
+ "capacity": "500000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000000"
+ }
+ }
+ },
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "208500000000000",
+ "isEnabled": true,
+ "rate": "2413179000"
+ },
+ "out": {
+ "capacity": "302500000000000000000000",
+ "isEnabled": true,
+ "rate": "3501135000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "500000000000000",
+ "isEnabled": true,
+ "rate": "5787000000"
+ },
+ "out": {
+ "capacity": "500000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "solana-mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "315500000000000",
+ "isEnabled": true,
+ "rate": "14606451100"
+ },
+ "out": {
+ "capacity": "288000000000000",
+ "isEnabled": true,
+ "rate": "13333305600"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "500000000000000",
+ "isEnabled": true,
+ "rate": "23148100000"
+ },
+ "out": {
+ "capacity": "500000000000000",
+ "isEnabled": true,
+ "rate": "23148100000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "200500000000000",
+ "isEnabled": true,
+ "rate": "9282388100"
+ },
+ "out": {
+ "capacity": "264500000000000",
+ "isEnabled": true,
+ "rate": "12245344900"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "500000000000000",
+ "isEnabled": true,
+ "rate": "23148100000"
+ },
+ "out": {
+ "capacity": "500000000000000",
+ "isEnabled": true,
+ "rate": "23148100000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "333000000000000",
+ "isEnabled": true,
+ "rate": "15416634600"
+ },
+ "out": {
+ "capacity": "262500000000000",
+ "isEnabled": true,
+ "rate": "12152752500"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "500000000000000",
+ "isEnabled": true,
+ "rate": "23148100000"
+ },
+ "out": {
+ "capacity": "500000000000000",
+ "isEnabled": true,
+ "rate": "23148100000"
+ }
+ }
+ },
+ "plasma-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "235500000000000",
+ "isEnabled": true,
+ "rate": "2725677000"
+ },
+ "out": {
+ "capacity": "268000000000000",
+ "isEnabled": true,
+ "rate": "3101832000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "500000000000000",
+ "isEnabled": true,
+ "rate": "5787000000"
+ },
+ "out": {
+ "capacity": "500000000000000",
+ "isEnabled": true,
+ "rate": "5787000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "GEN": {
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "GHO": {
+ "avalanche-mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "798000000000000000000000",
+ "isEnabled": true,
+ "rate": "159600000000000000000"
+ },
+ "out": {
+ "capacity": "961500000000000000000000",
+ "isEnabled": true,
+ "rate": "192300000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "462000000000000000000000",
+ "isEnabled": true,
+ "rate": "92400000000000000000"
+ },
+ "out": {
+ "capacity": "1026000000000000000000000",
+ "isEnabled": true,
+ "rate": "205200000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-ink-1": {
+ "custom": {
+ "in": {
+ "capacity": "973500000000000000000000",
+ "isEnabled": true,
+ "rate": "194700000000000000000"
+ },
+ "out": {
+ "capacity": "645000000000000000000000",
+ "isEnabled": true,
+ "rate": "129000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "690000000000000000000000",
+ "isEnabled": true,
+ "rate": "138000000000000000000"
+ },
+ "out": {
+ "capacity": "901500000000000000000000",
+ "isEnabled": true,
+ "rate": "180300000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ }
+ }
+ },
+ "plasma-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "693000000000000000000000",
+ "isEnabled": true,
+ "rate": "138600000000000000000"
+ },
+ "out": {
+ "capacity": "760500000000000000000000",
+ "isEnabled": true,
+ "rate": "152100000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ }
+ }
+ },
+ "xdai-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "897000000000000000000000",
+ "isEnabled": true,
+ "rate": "179400000000000000000"
+ },
+ "out": {
+ "capacity": "646500000000000000000000",
+ "isEnabled": true,
+ "rate": "129300000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": null,
+ "standard": null
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "555000000000000000000000",
+ "isEnabled": true,
+ "rate": "111000000000000000000"
+ },
+ "out": {
+ "capacity": "618000000000000000000000",
+ "isEnabled": true,
+ "rate": "123600000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-ink-1": {
+ "custom": {
+ "in": {
+ "capacity": "1038000000000000000000000",
+ "isEnabled": true,
+ "rate": "207600000000000000000"
+ },
+ "out": {
+ "capacity": "888000000000000000000000",
+ "isEnabled": true,
+ "rate": "177600000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "853500000000000000000000",
+ "isEnabled": true,
+ "rate": "170700000000000000000"
+ },
+ "out": {
+ "capacity": "1035000000000000000000000",
+ "isEnabled": true,
+ "rate": "207000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ }
+ }
+ },
+ "plasma-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "912000000000000000000000",
+ "isEnabled": true,
+ "rate": "182400000000000000000"
+ },
+ "out": {
+ "capacity": "1005000000000000000000000",
+ "isEnabled": true,
+ "rate": "201000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ }
+ }
+ },
+ "xdai-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "559500000000000000000000",
+ "isEnabled": true,
+ "rate": "111900000000000000000"
+ },
+ "out": {
+ "capacity": "825000000000000000000000",
+ "isEnabled": true,
+ "rate": "165000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "643500000000000000000000",
+ "isEnabled": true,
+ "rate": "128700000000000000000"
+ },
+ "out": {
+ "capacity": "744000000000000000000000",
+ "isEnabled": true,
+ "rate": "148800000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "864000000000000000000000",
+ "isEnabled": true,
+ "rate": "172800000000000000000"
+ },
+ "out": {
+ "capacity": "496500000000000000000000",
+ "isEnabled": true,
+ "rate": "99300000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-ink-1": {
+ "custom": {
+ "in": {
+ "capacity": "769500000000000000000000",
+ "isEnabled": true,
+ "rate": "153900000000000000000"
+ },
+ "out": {
+ "capacity": "601500000000000000000000",
+ "isEnabled": true,
+ "rate": "120300000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "808500000000000000000000",
+ "isEnabled": true,
+ "rate": "161700000000000000000"
+ },
+ "out": {
+ "capacity": "714000000000000000000000",
+ "isEnabled": true,
+ "rate": "142800000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ }
+ }
+ },
+ "plasma-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000500000000000000000000",
+ "isEnabled": true,
+ "rate": "200100000000000000000"
+ },
+ "out": {
+ "capacity": "856500000000000000000000",
+ "isEnabled": true,
+ "rate": "171300000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ }
+ }
+ },
+ "xdai-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "460500000000000000000000",
+ "isEnabled": true,
+ "rate": "92100000000000000000"
+ },
+ "out": {
+ "capacity": "672000000000000000000000",
+ "isEnabled": true,
+ "rate": "134400000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-ink-1": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "907500000000000000000000",
+ "isEnabled": true,
+ "rate": "181500000000000000000"
+ },
+ "out": {
+ "capacity": "936000000000000000000000",
+ "isEnabled": true,
+ "rate": "187200000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "906000000000000000000000",
+ "isEnabled": true,
+ "rate": "181200000000000000000"
+ },
+ "out": {
+ "capacity": "754500000000000000000000",
+ "isEnabled": true,
+ "rate": "150900000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "811500000000000000000000",
+ "isEnabled": true,
+ "rate": "162300000000000000000"
+ },
+ "out": {
+ "capacity": "655500000000000000000000",
+ "isEnabled": true,
+ "rate": "131100000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "561000000000000000000000",
+ "isEnabled": true,
+ "rate": "112200000000000000000"
+ },
+ "out": {
+ "capacity": "894000000000000000000000",
+ "isEnabled": true,
+ "rate": "178800000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ }
+ }
+ },
+ "xdai-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "829500000000000000000000",
+ "isEnabled": true,
+ "rate": "165900000000000000000"
+ },
+ "out": {
+ "capacity": "519000000000000000000000",
+ "isEnabled": true,
+ "rate": "103800000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "997500000000000000000000",
+ "isEnabled": true,
+ "rate": "199500000000000000000"
+ },
+ "out": {
+ "capacity": "981000000000000000000000",
+ "isEnabled": true,
+ "rate": "196200000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "861000000000000000000000",
+ "isEnabled": true,
+ "rate": "172200000000000000000"
+ },
+ "out": {
+ "capacity": "933000000000000000000000",
+ "isEnabled": true,
+ "rate": "186600000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "852000000000000000000000",
+ "isEnabled": true,
+ "rate": "170400000000000000000"
+ },
+ "out": {
+ "capacity": "751500000000000000000000",
+ "isEnabled": true,
+ "rate": "150300000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-ink-1": {
+ "custom": {
+ "in": {
+ "capacity": "616500000000000000000000",
+ "isEnabled": true,
+ "rate": "123300000000000000000"
+ },
+ "out": {
+ "capacity": "1006500000000000000000000",
+ "isEnabled": true,
+ "rate": "201300000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ }
+ }
+ },
+ "plasma-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "766500000000000000000000",
+ "isEnabled": true,
+ "rate": "153300000000000000000"
+ },
+ "out": {
+ "capacity": "540000000000000000000000",
+ "isEnabled": true,
+ "rate": "108000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ }
+ }
+ },
+ "xdai-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "541500000000000000000000",
+ "isEnabled": true,
+ "rate": "108300000000000000000"
+ },
+ "out": {
+ "capacity": "708000000000000000000000",
+ "isEnabled": true,
+ "rate": "141600000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "plasma-mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "574500000000000000000000",
+ "isEnabled": true,
+ "rate": "114900000000000000000"
+ },
+ "out": {
+ "capacity": "583500000000000000000000",
+ "isEnabled": true,
+ "rate": "116700000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "936000000000000000000000",
+ "isEnabled": true,
+ "rate": "187200000000000000000"
+ },
+ "out": {
+ "capacity": "487500000000000000000000",
+ "isEnabled": true,
+ "rate": "97500000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "846000000000000000000000",
+ "isEnabled": true,
+ "rate": "169200000000000000000"
+ },
+ "out": {
+ "capacity": "783000000000000000000000",
+ "isEnabled": true,
+ "rate": "156600000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "865500000000000000000000",
+ "isEnabled": true,
+ "rate": "173100000000000000000"
+ },
+ "out": {
+ "capacity": "951000000000000000000000",
+ "isEnabled": true,
+ "rate": "190200000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ }
+ }
+ },
+ "xdai-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "642000000000000000000000",
+ "isEnabled": true,
+ "rate": "128400000000000000000"
+ },
+ "out": {
+ "capacity": "604500000000000000000000",
+ "isEnabled": true,
+ "rate": "120900000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "xdai-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "847500000000000000000000",
+ "isEnabled": true,
+ "rate": "169500000000000000000"
+ },
+ "out": {
+ "capacity": "1026000000000000000000000",
+ "isEnabled": true,
+ "rate": "205200000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "654000000000000000000000",
+ "isEnabled": true,
+ "rate": "130800000000000000000"
+ },
+ "out": {
+ "capacity": "492000000000000000000000",
+ "isEnabled": true,
+ "rate": "98400000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "666000000000000000000000",
+ "isEnabled": true,
+ "rate": "133200000000000000000"
+ },
+ "out": {
+ "capacity": "642000000000000000000000",
+ "isEnabled": true,
+ "rate": "128400000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-ink-1": {
+ "custom": {
+ "in": {
+ "capacity": "478500000000000000000000",
+ "isEnabled": true,
+ "rate": "95700000000000000000"
+ },
+ "out": {
+ "capacity": "508500000000000000000000",
+ "isEnabled": true,
+ "rate": "101700000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "808500000000000000000000",
+ "isEnabled": true,
+ "rate": "161700000000000000000"
+ },
+ "out": {
+ "capacity": "525000000000000000000000",
+ "isEnabled": true,
+ "rate": "105000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ }
+ }
+ },
+ "plasma-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "822000000000000000000000",
+ "isEnabled": true,
+ "rate": "164400000000000000000"
+ },
+ "out": {
+ "capacity": "924000000000000000000000",
+ "isEnabled": true,
+ "rate": "184800000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "300000000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "GRT": {
+ "avalanche-mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "302000000000000000000000",
+ "isEnabled": true,
+ "rate": "3495370369140000000"
+ },
+ "out": {
+ "capacity": "587000000000000000000000",
+ "isEnabled": true,
+ "rate": "6793981479090000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11574074070000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11574074070000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "554000000000000000000000",
+ "isEnabled": true,
+ "rate": "6412037034780000000"
+ },
+ "out": {
+ "capacity": "534000000000000000000000",
+ "isEnabled": true,
+ "rate": "6180555553380000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11574074070000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11574074070000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "316000000000000000000000",
+ "isEnabled": true,
+ "rate": "3657407406120000000"
+ },
+ "out": {
+ "capacity": "500000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787037035000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11574074070000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11574074070000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "611000000000000000000000",
+ "isEnabled": true,
+ "rate": "7071759256770000000"
+ },
+ "out": {
+ "capacity": "466000000000000000000000",
+ "isEnabled": true,
+ "rate": "5393518516620000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11574074070000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11574074070000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "hyETH": {
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "15120000000000000000",
+ "isEnabled": true,
+ "rate": "1080000000000000"
+ },
+ "out": {
+ "capacity": "16436000000000000000",
+ "isEnabled": true,
+ "rate": "1174000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "28000000000000000000",
+ "isEnabled": true,
+ "rate": "2000000000000000"
+ },
+ "out": {
+ "capacity": "28000000000000000000",
+ "isEnabled": true,
+ "rate": "2000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "272000000000000000000",
+ "isEnabled": true,
+ "rate": "18876800000000000"
+ },
+ "out": {
+ "capacity": "189000000000000000000",
+ "isEnabled": true,
+ "rate": "13116600000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "500000000000000000000",
+ "isEnabled": true,
+ "rate": "34700000000000000"
+ },
+ "out": {
+ "capacity": "500000000000000000000",
+ "isEnabled": true,
+ "rate": "34700000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "10612000000000000000",
+ "isEnabled": true,
+ "rate": "758000000000000"
+ },
+ "out": {
+ "capacity": "13692000000000000000",
+ "isEnabled": true,
+ "rate": "978000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "28000000000000000000",
+ "isEnabled": true,
+ "rate": "2000000000000000"
+ },
+ "out": {
+ "capacity": "28000000000000000000",
+ "isEnabled": true,
+ "rate": "2000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "11452000000000000000",
+ "isEnabled": true,
+ "rate": "818000000000000"
+ },
+ "out": {
+ "capacity": "12572000000000000000",
+ "isEnabled": true,
+ "rate": "898000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "28000000000000000000",
+ "isEnabled": true,
+ "rate": "2000000000000000"
+ },
+ "out": {
+ "capacity": "28000000000000000000",
+ "isEnabled": true,
+ "rate": "2000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": null,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": null,
+ "standard": null
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ }
+ },
+ "IBTC": {
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "189450000",
+ "isEnabled": true,
+ "rate": "35069"
+ },
+ "out": {
+ "capacity": "266400000",
+ "isEnabled": true,
+ "rate": "49313"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "450000000",
+ "isEnabled": true,
+ "rate": "83300"
+ },
+ "out": {
+ "capacity": "450000000",
+ "isEnabled": true,
+ "rate": "83300"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "210150000",
+ "isEnabled": true,
+ "rate": "38901"
+ },
+ "out": {
+ "capacity": "135900000",
+ "isEnabled": true,
+ "rate": "25156"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "450000000",
+ "isEnabled": true,
+ "rate": "83300"
+ },
+ "out": {
+ "capacity": "450000000",
+ "isEnabled": true,
+ "rate": "83300"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "202050000",
+ "isEnabled": true,
+ "rate": "37401"
+ },
+ "out": {
+ "capacity": "184950000",
+ "isEnabled": true,
+ "rate": "34236"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "450000000",
+ "isEnabled": true,
+ "rate": "83300"
+ },
+ "out": {
+ "capacity": "450000000",
+ "isEnabled": true,
+ "rate": "83300"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "225450000",
+ "isEnabled": true,
+ "rate": "41733"
+ },
+ "out": {
+ "capacity": "265050000",
+ "isEnabled": true,
+ "rate": "49063"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "450000000",
+ "isEnabled": true,
+ "rate": "83300"
+ },
+ "out": {
+ "capacity": "450000000",
+ "isEnabled": true,
+ "rate": "83300"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "243450000",
+ "isEnabled": true,
+ "rate": "45065"
+ },
+ "out": {
+ "capacity": "266850000",
+ "isEnabled": true,
+ "rate": "49396"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "450000000",
+ "isEnabled": true,
+ "rate": "83300"
+ },
+ "out": {
+ "capacity": "450000000",
+ "isEnabled": true,
+ "rate": "83300"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "267300000",
+ "isEnabled": true,
+ "rate": "49480"
+ },
+ "out": {
+ "capacity": "204300000",
+ "isEnabled": true,
+ "rate": "37818"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "450000000",
+ "isEnabled": true,
+ "rate": "83300"
+ },
+ "out": {
+ "capacity": "450000000",
+ "isEnabled": true,
+ "rate": "83300"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "220950000",
+ "isEnabled": true,
+ "rate": "40900"
+ },
+ "out": {
+ "capacity": "170100000",
+ "isEnabled": true,
+ "rate": "31487"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "450000000",
+ "isEnabled": true,
+ "rate": "83300"
+ },
+ "out": {
+ "capacity": "450000000",
+ "isEnabled": true,
+ "rate": "83300"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "264600000",
+ "isEnabled": true,
+ "rate": "48980"
+ },
+ "out": {
+ "capacity": "156150000",
+ "isEnabled": true,
+ "rate": "28905"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "450000000",
+ "isEnabled": true,
+ "rate": "83300"
+ },
+ "out": {
+ "capacity": "450000000",
+ "isEnabled": true,
+ "rate": "83300"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "295650000",
+ "isEnabled": true,
+ "rate": "54728"
+ },
+ "out": {
+ "capacity": "173250000",
+ "isEnabled": true,
+ "rate": "32070"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "450000000",
+ "isEnabled": true,
+ "rate": "83300"
+ },
+ "out": {
+ "capacity": "450000000",
+ "isEnabled": true,
+ "rate": "83300"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "231750000",
+ "isEnabled": true,
+ "rate": "42899"
+ },
+ "out": {
+ "capacity": "278100000",
+ "isEnabled": true,
+ "rate": "51479"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "450000000",
+ "isEnabled": true,
+ "rate": "83300"
+ },
+ "out": {
+ "capacity": "450000000",
+ "isEnabled": true,
+ "rate": "83300"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": null,
+ "standard": null
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "167400000",
+ "isEnabled": true,
+ "rate": "30987"
+ },
+ "out": {
+ "capacity": "234900000",
+ "isEnabled": true,
+ "rate": "43482"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "450000000",
+ "isEnabled": true,
+ "rate": "83300"
+ },
+ "out": {
+ "capacity": "450000000",
+ "isEnabled": true,
+ "rate": "83300"
+ }
+ }
+ }
+ }
+ }
+ },
+ "ILMT": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "447000000000000",
+ "isEnabled": true,
+ "rate": "124166666666"
+ },
+ "out": {
+ "capacity": "6390000000000000000000000",
+ "isEnabled": true,
+ "rate": "1775000000001420000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000",
+ "isEnabled": true,
+ "rate": "277777777778"
+ },
+ "out": {
+ "capacity": "10000000000000000000000000",
+ "isEnabled": true,
+ "rate": "2777777777780000000000"
+ }
+ }
+ }
+ }
+ },
+ "solana-mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "531000000000000",
+ "isEnabled": true,
+ "rate": "147500000000"
+ },
+ "out": {
+ "capacity": "671000000000000",
+ "isEnabled": true,
+ "rate": "186388888889"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000",
+ "isEnabled": true,
+ "rate": "277777777778"
+ },
+ "out": {
+ "capacity": "1000000000000000",
+ "isEnabled": true,
+ "rate": "277777777778"
+ }
+ }
+ }
+ }
+ }
+ },
+ "IXT": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "matic-mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "JASMY": {
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "2120000000000000000000000",
+ "isEnabled": true,
+ "rate": "588888851200000000000"
+ },
+ "out": {
+ "capacity": "3280000000000000000000000",
+ "isEnabled": true,
+ "rate": "911111052800000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "1388888800000000000000"
+ },
+ "out": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "1388888800000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "2380000000000000000000000",
+ "isEnabled": true,
+ "rate": "661111068800000000000"
+ },
+ "out": {
+ "capacity": "2335000000000000000000000",
+ "isEnabled": true,
+ "rate": "648611069600000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "1388888800000000000000"
+ },
+ "out": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "1388888800000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "JCT": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": null,
+ "remote": {
+ "mainnet": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "kHYPE": {
+ "hyperliquid-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "hyperliquid-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "KNET": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "solana-mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "LAND": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "10520000000000000000000",
+ "isEnabled": true,
+ "rate": "2919300000000000000"
+ },
+ "out": {
+ "capacity": "6600000000000000000000",
+ "isEnabled": true,
+ "rate": "1831500000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "20000000000000000000000",
+ "isEnabled": true,
+ "rate": "5550000000000000000"
+ },
+ "out": {
+ "capacity": "20000000000000000000000",
+ "isEnabled": true,
+ "rate": "5550000000000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "9640000000000000000000",
+ "isEnabled": true,
+ "rate": "2675100000000000000"
+ },
+ "out": {
+ "capacity": "12320000000000000000000",
+ "isEnabled": true,
+ "rate": "3418800000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "20000000000000000000000",
+ "isEnabled": true,
+ "rate": "5550000000000000000"
+ },
+ "out": {
+ "capacity": "20000000000000000000000",
+ "isEnabled": true,
+ "rate": "5550000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "10140000000000000000000",
+ "isEnabled": true,
+ "rate": "2813850000000000000"
+ },
+ "out": {
+ "capacity": "13840000000000000000000",
+ "isEnabled": true,
+ "rate": "3840600000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "20000000000000000000000",
+ "isEnabled": true,
+ "rate": "5550000000000000000"
+ },
+ "out": {
+ "capacity": "20000000000000000000000",
+ "isEnabled": true,
+ "rate": "5550000000000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "11620000000000000000000",
+ "isEnabled": true,
+ "rate": "3224550000000000000"
+ },
+ "out": {
+ "capacity": "10340000000000000000000",
+ "isEnabled": true,
+ "rate": "2869350000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "20000000000000000000000",
+ "isEnabled": true,
+ "rate": "5550000000000000000"
+ },
+ "out": {
+ "capacity": "20000000000000000000000",
+ "isEnabled": true,
+ "rate": "5550000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "matic-mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "6660000000000000000000",
+ "isEnabled": true,
+ "rate": "1848150000000000000"
+ },
+ "out": {
+ "capacity": "10280000000000000000000",
+ "isEnabled": true,
+ "rate": "2852700000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "20000000000000000000000",
+ "isEnabled": true,
+ "rate": "5550000000000000000"
+ },
+ "out": {
+ "capacity": "20000000000000000000000",
+ "isEnabled": true,
+ "rate": "5550000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "10060000000000000000000",
+ "isEnabled": true,
+ "rate": "2791650000000000000"
+ },
+ "out": {
+ "capacity": "13040000000000000000000",
+ "isEnabled": true,
+ "rate": "3618600000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "20000000000000000000000",
+ "isEnabled": true,
+ "rate": "5550000000000000000"
+ },
+ "out": {
+ "capacity": "20000000000000000000000",
+ "isEnabled": true,
+ "rate": "5550000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "LBTC": {
+ "avalanche-mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "2605000000",
+ "isEnabled": true,
+ "rate": "241203"
+ },
+ "out": {
+ "capacity": "2145000000",
+ "isEnabled": true,
+ "rate": "198611"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1880000000",
+ "isEnabled": true,
+ "rate": "174074"
+ },
+ "out": {
+ "capacity": "1795000000",
+ "isEnabled": true,
+ "rate": "166203"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "2080000000",
+ "isEnabled": true,
+ "rate": "192592"
+ },
+ "out": {
+ "capacity": "2305000000",
+ "isEnabled": true,
+ "rate": "213425"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "monad-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "2890000000",
+ "isEnabled": true,
+ "rate": "267592"
+ },
+ "out": {
+ "capacity": "3255000000",
+ "isEnabled": true,
+ "rate": "301388"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "polygon-mainnet-katana": {
+ "custom": {
+ "in": {
+ "capacity": "2975000000",
+ "isEnabled": true,
+ "rate": "275462"
+ },
+ "out": {
+ "capacity": "1780000000",
+ "isEnabled": true,
+ "rate": "164814"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1980000000",
+ "isEnabled": true,
+ "rate": "183333"
+ },
+ "out": {
+ "capacity": "3430000000",
+ "isEnabled": true,
+ "rate": "317592"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "stable-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "3350000000",
+ "isEnabled": true,
+ "rate": "310185"
+ },
+ "out": {
+ "capacity": "2880000000",
+ "isEnabled": true,
+ "rate": "266666"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ }
+ }
+ },
+ "berachain-mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "3165000000",
+ "isEnabled": true,
+ "rate": "293055"
+ },
+ "out": {
+ "capacity": "2425000000",
+ "isEnabled": true,
+ "rate": "224537"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "3420000000",
+ "isEnabled": true,
+ "rate": "316666"
+ },
+ "out": {
+ "capacity": "1690000000",
+ "isEnabled": true,
+ "rate": "156481"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "2305000000",
+ "isEnabled": true,
+ "rate": "213425"
+ },
+ "out": {
+ "capacity": "1710000000",
+ "isEnabled": true,
+ "rate": "158333"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": null,
+ "standard": null
+ },
+ "monad-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "3140000000",
+ "isEnabled": true,
+ "rate": "290740"
+ },
+ "out": {
+ "capacity": "1505000000",
+ "isEnabled": true,
+ "rate": "139351"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "polygon-mainnet-katana": {
+ "custom": {
+ "in": {
+ "capacity": "2775000000",
+ "isEnabled": true,
+ "rate": "256944"
+ },
+ "out": {
+ "capacity": "1885000000",
+ "isEnabled": true,
+ "rate": "174537"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "3170000000",
+ "isEnabled": true,
+ "rate": "293518"
+ },
+ "out": {
+ "capacity": "2445000000",
+ "isEnabled": true,
+ "rate": "226388"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "stable-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "2585000000",
+ "isEnabled": true,
+ "rate": "239351"
+ },
+ "out": {
+ "capacity": "2665000000",
+ "isEnabled": true,
+ "rate": "246759"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ }
+ }
+ },
+ "corn-mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "2040000000",
+ "isEnabled": true,
+ "rate": "188888"
+ },
+ "out": {
+ "capacity": "1550000000",
+ "isEnabled": true,
+ "rate": "143518"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1835000000",
+ "isEnabled": true,
+ "rate": "169907"
+ },
+ "out": {
+ "capacity": "2040000000",
+ "isEnabled": true,
+ "rate": "188888"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": null,
+ "standard": null
+ },
+ "mainnet": {
+ "custom": null,
+ "standard": null
+ },
+ "monad-mainnet": {
+ "custom": null,
+ "standard": null
+ },
+ "polygon-mainnet-katana": {
+ "custom": null,
+ "standard": null
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "2840000000",
+ "isEnabled": true,
+ "rate": "262962"
+ },
+ "out": {
+ "capacity": "1800000000",
+ "isEnabled": true,
+ "rate": "166666"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "stable-mainnet": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ },
+ "etherlink-mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1515000000",
+ "isEnabled": true,
+ "rate": "140277"
+ },
+ "out": {
+ "capacity": "2630000000",
+ "isEnabled": true,
+ "rate": "243518"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "2730000000",
+ "isEnabled": true,
+ "rate": "252777"
+ },
+ "out": {
+ "capacity": "2345000000",
+ "isEnabled": true,
+ "rate": "217129"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "berachain-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "2095000000",
+ "isEnabled": true,
+ "rate": "193981"
+ },
+ "out": {
+ "capacity": "2805000000",
+ "isEnabled": true,
+ "rate": "259722"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1555000000",
+ "isEnabled": true,
+ "rate": "143981"
+ },
+ "out": {
+ "capacity": "2600000000",
+ "isEnabled": true,
+ "rate": "240740"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "corn-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "2240000000",
+ "isEnabled": true,
+ "rate": "207407"
+ },
+ "out": {
+ "capacity": "1695000000",
+ "isEnabled": true,
+ "rate": "156944"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "2820000000",
+ "isEnabled": true,
+ "rate": "261111"
+ },
+ "out": {
+ "capacity": "3490000000",
+ "isEnabled": true,
+ "rate": "323148"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "etherlink-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "3260000000",
+ "isEnabled": true,
+ "rate": "301851"
+ },
+ "out": {
+ "capacity": "1590000000",
+ "isEnabled": true,
+ "rate": "147222"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "monad-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1705000000",
+ "isEnabled": true,
+ "rate": "157870"
+ },
+ "out": {
+ "capacity": "2200000000",
+ "isEnabled": true,
+ "rate": "203703"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "polygon-mainnet-katana": {
+ "custom": {
+ "in": {
+ "capacity": "2975000000",
+ "isEnabled": true,
+ "rate": "275462"
+ },
+ "out": {
+ "capacity": "3015000000",
+ "isEnabled": true,
+ "rate": "279166"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "2530000000",
+ "isEnabled": true,
+ "rate": "234259"
+ },
+ "out": {
+ "capacity": "3130000000",
+ "isEnabled": true,
+ "rate": "289814"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "stable-mainnet": {
+ "custom": null,
+ "standard": null
+ },
+ "tac-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "2700000000",
+ "isEnabled": true,
+ "rate": "250000"
+ },
+ "out": {
+ "capacity": "2595000000",
+ "isEnabled": true,
+ "rate": "240277"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ }
+ }
+ },
+ "monad-mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "2085000000",
+ "isEnabled": true,
+ "rate": "193055"
+ },
+ "out": {
+ "capacity": "3255000000",
+ "isEnabled": true,
+ "rate": "301388"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1740000000",
+ "isEnabled": true,
+ "rate": "161111"
+ },
+ "out": {
+ "capacity": "3395000000",
+ "isEnabled": true,
+ "rate": "314351"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1655000000",
+ "isEnabled": true,
+ "rate": "153240"
+ },
+ "out": {
+ "capacity": "1630000000",
+ "isEnabled": true,
+ "rate": "150925"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "2720000000",
+ "isEnabled": true,
+ "rate": "251851"
+ },
+ "out": {
+ "capacity": "3260000000",
+ "isEnabled": true,
+ "rate": "301851"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "polygon-mainnet-katana": {
+ "custom": null,
+ "standard": null
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1910000000",
+ "isEnabled": true,
+ "rate": "176851"
+ },
+ "out": {
+ "capacity": "1560000000",
+ "isEnabled": true,
+ "rate": "144444"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ }
+ }
+ },
+ "polygon-mainnet-katana": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "2710000000",
+ "isEnabled": true,
+ "rate": "250925"
+ },
+ "out": {
+ "capacity": "2365000000",
+ "isEnabled": true,
+ "rate": "218981"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "2535000000",
+ "isEnabled": true,
+ "rate": "234722"
+ },
+ "out": {
+ "capacity": "3400000000",
+ "isEnabled": true,
+ "rate": "314814"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1850000000",
+ "isEnabled": true,
+ "rate": "171296"
+ },
+ "out": {
+ "capacity": "2830000000",
+ "isEnabled": true,
+ "rate": "262037"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "2200000000",
+ "isEnabled": true,
+ "rate": "203703"
+ },
+ "out": {
+ "capacity": "2695000000",
+ "isEnabled": true,
+ "rate": "249537"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "monad-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "2745000000",
+ "isEnabled": true,
+ "rate": "254166"
+ },
+ "out": {
+ "capacity": "3405000000",
+ "isEnabled": true,
+ "rate": "315277"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1615000000",
+ "isEnabled": true,
+ "rate": "149537"
+ },
+ "out": {
+ "capacity": "3045000000",
+ "isEnabled": true,
+ "rate": "281944"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "stable-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "2195000000",
+ "isEnabled": true,
+ "rate": "203240"
+ },
+ "out": {
+ "capacity": "3000000000",
+ "isEnabled": true,
+ "rate": "277777"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "2235000000",
+ "isEnabled": true,
+ "rate": "206944"
+ },
+ "out": {
+ "capacity": "3220000000",
+ "isEnabled": true,
+ "rate": "298148"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "2855000000",
+ "isEnabled": true,
+ "rate": "264351"
+ },
+ "out": {
+ "capacity": "3280000000",
+ "isEnabled": true,
+ "rate": "303703"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "2860000000",
+ "isEnabled": true,
+ "rate": "264814"
+ },
+ "out": {
+ "capacity": "1525000000",
+ "isEnabled": true,
+ "rate": "141203"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1805000000",
+ "isEnabled": true,
+ "rate": "167129"
+ },
+ "out": {
+ "capacity": "2605000000",
+ "isEnabled": true,
+ "rate": "241203"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "monad-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "3260000000",
+ "isEnabled": true,
+ "rate": "301851"
+ },
+ "out": {
+ "capacity": "1630000000",
+ "isEnabled": true,
+ "rate": "150925"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "polygon-mainnet-katana": {
+ "custom": {
+ "in": {
+ "capacity": "2250000000",
+ "isEnabled": true,
+ "rate": "208333"
+ },
+ "out": {
+ "capacity": "3380000000",
+ "isEnabled": true,
+ "rate": "312962"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "stable-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "3230000000",
+ "isEnabled": true,
+ "rate": "299074"
+ },
+ "out": {
+ "capacity": "2370000000",
+ "isEnabled": true,
+ "rate": "219444"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ }
+ }
+ },
+ "stable-mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1900000000",
+ "isEnabled": true,
+ "rate": "175925"
+ },
+ "out": {
+ "capacity": "1950000000",
+ "isEnabled": true,
+ "rate": "180555"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "3115000000",
+ "isEnabled": true,
+ "rate": "288425"
+ },
+ "out": {
+ "capacity": "1970000000",
+ "isEnabled": true,
+ "rate": "182407"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "2070000000",
+ "isEnabled": true,
+ "rate": "191666"
+ },
+ "out": {
+ "capacity": "2325000000",
+ "isEnabled": true,
+ "rate": "215277"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": null,
+ "standard": null
+ },
+ "polygon-mainnet-katana": {
+ "custom": {
+ "in": {
+ "capacity": "1760000000",
+ "isEnabled": true,
+ "rate": "162962"
+ },
+ "out": {
+ "capacity": "3205000000",
+ "isEnabled": true,
+ "rate": "296759"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "2255000000",
+ "isEnabled": true,
+ "rate": "208796"
+ },
+ "out": {
+ "capacity": "1965000000",
+ "isEnabled": true,
+ "rate": "181944"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ }
+ }
+ },
+ "tac-mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "2475000000",
+ "isEnabled": true,
+ "rate": "229166"
+ },
+ "out": {
+ "capacity": "1790000000",
+ "isEnabled": true,
+ "rate": "165740"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "462963"
+ }
+ }
+ }
+ }
+ }
+ },
+ "LDY": {
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1635000000000000000000000",
+ "isEnabled": true,
+ "rate": "18922400000000000000"
+ },
+ "out": {
+ "capacity": "1113000000000000000000000",
+ "isEnabled": true,
+ "rate": "12881120000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "3000000000000000000000000",
+ "isEnabled": true,
+ "rate": "34720000000000000000"
+ },
+ "out": {
+ "capacity": "3000000000000000000000000",
+ "isEnabled": true,
+ "rate": "34720000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1995000000000000000000000",
+ "isEnabled": true,
+ "rate": "23088800000000000000"
+ },
+ "out": {
+ "capacity": "1224000000000000000000000",
+ "isEnabled": true,
+ "rate": "14165760000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "3000000000000000000000000",
+ "isEnabled": true,
+ "rate": "34720000000000000000"
+ },
+ "out": {
+ "capacity": "3000000000000000000000000",
+ "isEnabled": true,
+ "rate": "34720000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1215000000000000000000000",
+ "isEnabled": true,
+ "rate": "14061600000000000000"
+ },
+ "out": {
+ "capacity": "1647000000000000000000000",
+ "isEnabled": true,
+ "rate": "19061280000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "3000000000000000000000000",
+ "isEnabled": true,
+ "rate": "34720000000000000000"
+ },
+ "out": {
+ "capacity": "3000000000000000000000000",
+ "isEnabled": true,
+ "rate": "34720000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1101000000000000000000000",
+ "isEnabled": true,
+ "rate": "12742240000000000000"
+ },
+ "out": {
+ "capacity": "1644000000000000000000000",
+ "isEnabled": true,
+ "rate": "19026560000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "3000000000000000000000000",
+ "isEnabled": true,
+ "rate": "34720000000000000000"
+ },
+ "out": {
+ "capacity": "3000000000000000000000000",
+ "isEnabled": true,
+ "rate": "34720000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1812000000000000000000000",
+ "isEnabled": true,
+ "rate": "20970880000000000000"
+ },
+ "out": {
+ "capacity": "1185000000000000000000000",
+ "isEnabled": true,
+ "rate": "13714400000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "3000000000000000000000000",
+ "isEnabled": true,
+ "rate": "34720000000000000000"
+ },
+ "out": {
+ "capacity": "3000000000000000000000000",
+ "isEnabled": true,
+ "rate": "34720000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1260000000000000000000000",
+ "isEnabled": true,
+ "rate": "14582400000000000000"
+ },
+ "out": {
+ "capacity": "1119000000000000000000000",
+ "isEnabled": true,
+ "rate": "12950560000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "3000000000000000000000000",
+ "isEnabled": true,
+ "rate": "34720000000000000000"
+ },
+ "out": {
+ "capacity": "3000000000000000000000000",
+ "isEnabled": true,
+ "rate": "34720000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "LEASH": {
+ "avalanche-mainnet": {
+ "minBlockConfirmation": null,
+ "remote": {
+ "mainnet": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "celo-mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-andromeda-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": null,
+ "remote": {
+ "mainnet": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ },
+ "ethereum-mainnet-blast-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "minBlockConfirmation": null,
+ "remote": {
+ "mainnet": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ },
+ "ethereum-mainnet-mantle-1": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-mode-1": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-scroll-1": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-zircuit-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-zksync-1": {
+ "minBlockConfirmation": null,
+ "remote": {
+ "mainnet": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "celo-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-andromeda-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-blast-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-mantle-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-mode-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-scroll-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-zircuit-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-zksync-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "polkadot-mainnet-astar": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "wemix-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "xdai-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "matic-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "polkadot-mainnet-astar": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "wemix-mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "xdai-mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "LEND": {
+ "avalanche-mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "matic-mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "LINK": {
+ "0g-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ab-mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "aptos-mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "3135000000000",
+ "isEnabled": true,
+ "rate": "870276000"
+ },
+ "out": {
+ "capacity": "1990000000000",
+ "isEnabled": true,
+ "rate": "552424000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000",
+ "isEnabled": true,
+ "rate": "1388000000"
+ },
+ "out": {
+ "capacity": "5000000000000",
+ "isEnabled": true,
+ "rate": "1388000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1595000000000",
+ "isEnabled": true,
+ "rate": "442772000"
+ },
+ "out": {
+ "capacity": "1945000000000",
+ "isEnabled": true,
+ "rate": "539932000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000",
+ "isEnabled": true,
+ "rate": "1388000000"
+ },
+ "out": {
+ "capacity": "5000000000000",
+ "isEnabled": true,
+ "rate": "1388000000"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1885000000000",
+ "isEnabled": true,
+ "rate": "523276000"
+ },
+ "out": {
+ "capacity": "3380000000000",
+ "isEnabled": true,
+ "rate": "938288000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000",
+ "isEnabled": true,
+ "rate": "1388000000"
+ },
+ "out": {
+ "capacity": "5000000000000",
+ "isEnabled": true,
+ "rate": "1388000000"
+ }
+ }
+ }
+ }
+ },
+ "celo-mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "19350000000000000000000",
+ "isEnabled": true,
+ "rate": "5371560000000000000"
+ },
+ "out": {
+ "capacity": "32800000000000000000000",
+ "isEnabled": true,
+ "rate": "9105280000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-andromeda-1": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "32600000000000000000000",
+ "isEnabled": true,
+ "rate": "9049760000000000000"
+ },
+ "out": {
+ "capacity": "29850000000000000000000",
+ "isEnabled": true,
+ "rate": "8286360000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "aptos-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "2285000000000",
+ "isEnabled": true,
+ "rate": "634316000"
+ },
+ "out": {
+ "capacity": "15550000000000000000000",
+ "isEnabled": true,
+ "rate": "4316680000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000",
+ "isEnabled": true,
+ "rate": "1388000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-blast-1": {
+ "custom": {
+ "in": {
+ "capacity": "17150000000000000000000",
+ "isEnabled": true,
+ "rate": "4760840000000000000"
+ },
+ "out": {
+ "capacity": "19500000000000000000000",
+ "isEnabled": true,
+ "rate": "5413200000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-mode-1": {
+ "custom": {
+ "in": {
+ "capacity": "16550000000000000000000",
+ "isEnabled": true,
+ "rate": "4594280000000000000"
+ },
+ "out": {
+ "capacity": "25850000000000000000000",
+ "isEnabled": true,
+ "rate": "7175960000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "24950000000000000000000",
+ "isEnabled": true,
+ "rate": "6926120000000000000"
+ },
+ "out": {
+ "capacity": "20300000000000000000000",
+ "isEnabled": true,
+ "rate": "5635280000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ }
+ }
+ },
+ "ronin-mainnet": {
+ "custom": null,
+ "standard": null
+ },
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "19850000000000",
+ "isEnabled": true,
+ "rate": "5510360000"
+ },
+ "out": {
+ "capacity": "17550000000000000000000",
+ "isEnabled": true,
+ "rate": "4871880000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000",
+ "isEnabled": true,
+ "rate": "13880000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-blast-1": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "30850000000000000000000",
+ "isEnabled": true,
+ "rate": "8563960000000000000"
+ },
+ "out": {
+ "capacity": "28350000000000000000000",
+ "isEnabled": true,
+ "rate": "7869960000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "16100000000000000000000",
+ "isEnabled": true,
+ "rate": "4469360000000000000"
+ },
+ "out": {
+ "capacity": "16150000000000000000000",
+ "isEnabled": true,
+ "rate": "4483240000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-mode-1": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "26750000000000000000000",
+ "isEnabled": true,
+ "rate": "7425800000000000000"
+ },
+ "out": {
+ "capacity": "27100000000000000000000",
+ "isEnabled": true,
+ "rate": "7522960000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "30600000000000000000000",
+ "isEnabled": true,
+ "rate": "8494560000000000000"
+ },
+ "out": {
+ "capacity": "25200000000000000000000",
+ "isEnabled": true,
+ "rate": "6995520000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-scroll-1": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "28600000000000000000000",
+ "isEnabled": true,
+ "rate": "7939360000000000000"
+ },
+ "out": {
+ "capacity": "25950000000000000000000",
+ "isEnabled": true,
+ "rate": "7203720000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-zksync-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "19800000000000000000000",
+ "isEnabled": true,
+ "rate": "5496480000000000000"
+ },
+ "out": {
+ "capacity": "24400000000000000000000",
+ "isEnabled": true,
+ "rate": "6773440000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "jovay-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "0g-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ab-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "aptos-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1710000000000",
+ "isEnabled": true,
+ "rate": "474696000"
+ },
+ "out": {
+ "capacity": "22100000000000000000000",
+ "isEnabled": true,
+ "rate": "6134960000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000",
+ "isEnabled": true,
+ "rate": "1388000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ }
+ }
+ },
+ "celo-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "19600000000000000000000",
+ "isEnabled": true,
+ "rate": "5440960000000000000"
+ },
+ "out": {
+ "capacity": "26250000000000000000000",
+ "isEnabled": true,
+ "rate": "7287000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-andromeda-1": {
+ "custom": {
+ "in": {
+ "capacity": "17050000000000000000000",
+ "isEnabled": true,
+ "rate": "4733080000000000000"
+ },
+ "out": {
+ "capacity": "29900000000000000000000",
+ "isEnabled": true,
+ "rate": "8300240000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "33650000000000000000000",
+ "isEnabled": true,
+ "rate": "9341240000000000000"
+ },
+ "out": {
+ "capacity": "24250000000000000000000",
+ "isEnabled": true,
+ "rate": "6731800000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-blast-1": {
+ "custom": {
+ "in": {
+ "capacity": "23700000000000000000000",
+ "isEnabled": true,
+ "rate": "6579120000000000000"
+ },
+ "out": {
+ "capacity": "32350000000000000000000",
+ "isEnabled": true,
+ "rate": "8980360000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-mode-1": {
+ "custom": {
+ "in": {
+ "capacity": "16950000000000000000000",
+ "isEnabled": true,
+ "rate": "4705320000000000000"
+ },
+ "out": {
+ "capacity": "22950000000000000000000",
+ "isEnabled": true,
+ "rate": "6370920000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-scroll-1": {
+ "custom": {
+ "in": {
+ "capacity": "25500000000000000000000",
+ "isEnabled": true,
+ "rate": "7078800000000000000"
+ },
+ "out": {
+ "capacity": "28350000000000000000000",
+ "isEnabled": true,
+ "rate": "7869960000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-zksync-1": {
+ "custom": {
+ "in": {
+ "capacity": "20150000000000000000000",
+ "isEnabled": true,
+ "rate": "5593640000000000000"
+ },
+ "out": {
+ "capacity": "20500000000000000000000",
+ "isEnabled": true,
+ "rate": "5690800000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ }
+ }
+ },
+ "jovay-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "morph-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "plasma-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "polkadot-mainnet-astar": {
+ "custom": {
+ "in": {
+ "capacity": "31900000000000000000000",
+ "isEnabled": true,
+ "rate": "2953940000000000000"
+ },
+ "out": {
+ "capacity": "28450000000000000000000",
+ "isEnabled": true,
+ "rate": "2634470000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "4630000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "4630000000000000000"
+ }
+ }
+ },
+ "ronin-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "22800000000000000000000",
+ "isEnabled": true,
+ "rate": "2111280000000000000"
+ },
+ "out": {
+ "capacity": "25550000000000000000000",
+ "isEnabled": true,
+ "rate": "2365930000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "4630000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "4630000000000000000"
+ }
+ }
+ },
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "17550000000000",
+ "isEnabled": true,
+ "rate": "4871880000"
+ },
+ "out": {
+ "capacity": "21750000000000000000000",
+ "isEnabled": true,
+ "rate": "6037800000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000",
+ "isEnabled": true,
+ "rate": "13880000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ }
+ }
+ },
+ "soneium-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "31350000000000000000000",
+ "isEnabled": true,
+ "rate": "2903010000000000000"
+ },
+ "out": {
+ "capacity": "30600000000000000000000",
+ "isEnabled": true,
+ "rate": "2833560000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "4630000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "4630000000000000000"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "16250000000000000000000",
+ "isEnabled": true,
+ "rate": "1504750000000000000"
+ },
+ "out": {
+ "capacity": "27450000000000000000000",
+ "isEnabled": true,
+ "rate": "2541870000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "4630000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "4630000000000000000"
+ }
+ }
+ },
+ "stable-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "tac-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "wemix-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "19200000000000000000000",
+ "isEnabled": true,
+ "rate": "1777920000000000000"
+ },
+ "out": {
+ "capacity": "33900000000000000000000",
+ "isEnabled": true,
+ "rate": "3139140000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "4630000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "4630000000000000000"
+ }
+ }
+ },
+ "xdc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "morph-mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "plasma-mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "polkadot-mainnet-astar": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "21200000000000000000000",
+ "isEnabled": true,
+ "rate": "1963120000000000000"
+ },
+ "out": {
+ "capacity": "26600000000000000000000",
+ "isEnabled": true,
+ "rate": "2463160000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "4630000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "4630000000000000000"
+ }
+ }
+ },
+ "soneium-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "23850000000000000000000",
+ "isEnabled": true,
+ "rate": "2208510000000000000"
+ },
+ "out": {
+ "capacity": "18600000000000000000000",
+ "isEnabled": true,
+ "rate": "1722360000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "4630000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "4630000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ronin-mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "28450000000000000000000",
+ "isEnabled": true,
+ "rate": "2634470000000000000"
+ },
+ "out": {
+ "capacity": "27350000000000000000000",
+ "isEnabled": true,
+ "rate": "2532610000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "4630000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "4630000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "33250000000000000000000",
+ "isEnabled": true,
+ "rate": "3078950000000000000"
+ },
+ "out": {
+ "capacity": "23750000000000000000000",
+ "isEnabled": true,
+ "rate": "2199250000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "4630000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "4630000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "solana-mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "21100000000000",
+ "isEnabled": true,
+ "rate": "5857360000"
+ },
+ "out": {
+ "capacity": "20750000000000",
+ "isEnabled": true,
+ "rate": "5760200000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000",
+ "isEnabled": true,
+ "rate": "13880000000"
+ },
+ "out": {
+ "capacity": "50000000000000",
+ "isEnabled": true,
+ "rate": "13880000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "25300000000000",
+ "isEnabled": true,
+ "rate": "7023280000"
+ },
+ "out": {
+ "capacity": "30700000000000",
+ "isEnabled": true,
+ "rate": "8522320000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000",
+ "isEnabled": true,
+ "rate": "13880000000"
+ },
+ "out": {
+ "capacity": "50000000000000",
+ "isEnabled": true,
+ "rate": "13880000000"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "18300000000000",
+ "isEnabled": true,
+ "rate": "5080080000"
+ },
+ "out": {
+ "capacity": "26100000000000",
+ "isEnabled": true,
+ "rate": "7245360000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000",
+ "isEnabled": true,
+ "rate": "13880000000"
+ },
+ "out": {
+ "capacity": "50000000000000",
+ "isEnabled": true,
+ "rate": "13880000000"
+ }
+ }
+ }
+ }
+ },
+ "soneium-mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "28800000000000000000000",
+ "isEnabled": true,
+ "rate": "2666880000000000000"
+ },
+ "out": {
+ "capacity": "18050000000000000000000",
+ "isEnabled": true,
+ "rate": "1671430000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "4630000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "4630000000000000000"
+ }
+ }
+ },
+ "polkadot-mainnet-astar": {
+ "custom": {
+ "in": {
+ "capacity": "18250000000000000000000",
+ "isEnabled": true,
+ "rate": "1689950000000000000"
+ },
+ "out": {
+ "capacity": "19350000000000000000000",
+ "isEnabled": true,
+ "rate": "1791810000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "4630000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "4630000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "aptos-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "2045000000000",
+ "isEnabled": true,
+ "rate": "567692000"
+ },
+ "out": {
+ "capacity": "21000000000000000000000",
+ "isEnabled": true,
+ "rate": "5829600000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000",
+ "isEnabled": true,
+ "rate": "1388000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "22300000000000000000000",
+ "isEnabled": true,
+ "rate": "2064980000000000000"
+ },
+ "out": {
+ "capacity": "16200000000000000000000",
+ "isEnabled": true,
+ "rate": "1500120000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "4630000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "4630000000000000000"
+ }
+ }
+ },
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "19650000000000",
+ "isEnabled": true,
+ "rate": "5454840000"
+ },
+ "out": {
+ "capacity": "17400000000000000000000",
+ "isEnabled": true,
+ "rate": "4830240000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000",
+ "isEnabled": true,
+ "rate": "13880000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "13880000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "stable-mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "tac-mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "wemix-mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "32900000000000000000000",
+ "isEnabled": true,
+ "rate": "3046540000000000000"
+ },
+ "out": {
+ "capacity": "29200000000000000000000",
+ "isEnabled": true,
+ "rate": "2703920000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "4630000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "4630000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "xdc-mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "LsETH": {
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "LUA": {
+ "mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "ronin-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ronin-mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "LUAUSD": {
+ "mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "ronin-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ronin-mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "LUISA": {
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "shibarium-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "shibarium-mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "LYP": {
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "15100000000000000000000",
+ "isEnabled": true,
+ "rate": "25166666666656600000"
+ },
+ "out": {
+ "capacity": "19000000000000000000000",
+ "isEnabled": true,
+ "rate": "31666666666654000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "83333333333300000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "83333333333300000000"
+ }
+ }
+ }
+ }
+ },
+ "matic-mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "19450000000000000000000",
+ "isEnabled": true,
+ "rate": "32416666666653700000"
+ },
+ "out": {
+ "capacity": "20450000000000000000000",
+ "isEnabled": true,
+ "rate": "34083333333319700000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "83333333333300000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "83333333333300000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "mBTC": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": null,
+ "standard": null
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "194000000",
+ "isEnabled": true,
+ "rate": "8981"
+ },
+ "out": {
+ "capacity": "164800000",
+ "isEnabled": true,
+ "rate": "7629"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "400000000",
+ "isEnabled": true,
+ "rate": "18518"
+ },
+ "out": {
+ "capacity": "400000000",
+ "isEnabled": true,
+ "rate": "18518"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "170000000",
+ "isEnabled": true,
+ "rate": "7870"
+ },
+ "out": {
+ "capacity": "213200000",
+ "isEnabled": true,
+ "rate": "9870"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "400000000",
+ "isEnabled": true,
+ "rate": "18518"
+ },
+ "out": {
+ "capacity": "400000000",
+ "isEnabled": true,
+ "rate": "18518"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "250400000",
+ "isEnabled": true,
+ "rate": "11592"
+ },
+ "out": {
+ "capacity": "235200000",
+ "isEnabled": true,
+ "rate": "10888"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "400000000",
+ "isEnabled": true,
+ "rate": "18518"
+ },
+ "out": {
+ "capacity": "400000000",
+ "isEnabled": true,
+ "rate": "18518"
+ }
+ }
+ },
+ "ethereum-mainnet-zircuit-1": {
+ "custom": {
+ "in": {
+ "capacity": "222000000",
+ "isEnabled": true,
+ "rate": "10277"
+ },
+ "out": {
+ "capacity": "122000000",
+ "isEnabled": true,
+ "rate": "5647"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "400000000",
+ "isEnabled": true,
+ "rate": "18518"
+ },
+ "out": {
+ "capacity": "400000000",
+ "isEnabled": true,
+ "rate": "18518"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "161600000",
+ "isEnabled": true,
+ "rate": "7481"
+ },
+ "out": {
+ "capacity": "195200000",
+ "isEnabled": true,
+ "rate": "9036"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "400000000",
+ "isEnabled": true,
+ "rate": "18518"
+ },
+ "out": {
+ "capacity": "400000000",
+ "isEnabled": true,
+ "rate": "18518"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "132800000",
+ "isEnabled": true,
+ "rate": "6147"
+ },
+ "out": {
+ "capacity": "228400000",
+ "isEnabled": true,
+ "rate": "10573"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "400000000",
+ "isEnabled": true,
+ "rate": "18518"
+ },
+ "out": {
+ "capacity": "400000000",
+ "isEnabled": true,
+ "rate": "18518"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-zircuit-1": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "246000000",
+ "isEnabled": true,
+ "rate": "11388"
+ },
+ "out": {
+ "capacity": "267600000",
+ "isEnabled": true,
+ "rate": "12388"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "400000000",
+ "isEnabled": true,
+ "rate": "18518"
+ },
+ "out": {
+ "capacity": "400000000",
+ "isEnabled": true,
+ "rate": "18518"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "208400000",
+ "isEnabled": true,
+ "rate": "9647"
+ },
+ "out": {
+ "capacity": "234800000",
+ "isEnabled": true,
+ "rate": "10870"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "400000000",
+ "isEnabled": true,
+ "rate": "18518"
+ },
+ "out": {
+ "capacity": "400000000",
+ "isEnabled": true,
+ "rate": "18518"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "132800000",
+ "isEnabled": true,
+ "rate": "6147"
+ },
+ "out": {
+ "capacity": "266000000",
+ "isEnabled": true,
+ "rate": "12314"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "400000000",
+ "isEnabled": true,
+ "rate": "18518"
+ },
+ "out": {
+ "capacity": "400000000",
+ "isEnabled": true,
+ "rate": "18518"
+ }
+ }
+ },
+ "ethereum-mainnet-zircuit-1": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "157600000",
+ "isEnabled": true,
+ "rate": "7296"
+ },
+ "out": {
+ "capacity": "135600000",
+ "isEnabled": true,
+ "rate": "6277"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "400000000",
+ "isEnabled": true,
+ "rate": "18518"
+ },
+ "out": {
+ "capacity": "400000000",
+ "isEnabled": true,
+ "rate": "18518"
+ }
+ }
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "244800000",
+ "isEnabled": true,
+ "rate": "11333"
+ },
+ "out": {
+ "capacity": "263200000",
+ "isEnabled": true,
+ "rate": "12184"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "400000000",
+ "isEnabled": true,
+ "rate": "18518"
+ },
+ "out": {
+ "capacity": "400000000",
+ "isEnabled": true,
+ "rate": "18518"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "136400000",
+ "isEnabled": true,
+ "rate": "6314"
+ },
+ "out": {
+ "capacity": "214400000",
+ "isEnabled": true,
+ "rate": "9925"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "400000000",
+ "isEnabled": true,
+ "rate": "18518"
+ },
+ "out": {
+ "capacity": "400000000",
+ "isEnabled": true,
+ "rate": "18518"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "154800000",
+ "isEnabled": true,
+ "rate": "7166"
+ },
+ "out": {
+ "capacity": "155200000",
+ "isEnabled": true,
+ "rate": "7184"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "400000000",
+ "isEnabled": true,
+ "rate": "18518"
+ },
+ "out": {
+ "capacity": "400000000",
+ "isEnabled": true,
+ "rate": "18518"
+ }
+ }
+ }
+ }
+ }
+ },
+ "mDLP": {
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "280800000000000000000000",
+ "isEnabled": true,
+ "rate": "3246750000000000000"
+ },
+ "out": {
+ "capacity": "187616000000000000000000",
+ "isEnabled": true,
+ "rate": "2169310000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "416000000000000000000000",
+ "isEnabled": true,
+ "rate": "4810000000000000000"
+ },
+ "out": {
+ "capacity": "416000000000000000000000",
+ "isEnabled": true,
+ "rate": "4810000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "279968000000000000000000",
+ "isEnabled": true,
+ "rate": "3237130000000000000"
+ },
+ "out": {
+ "capacity": "173472000000000000000000",
+ "isEnabled": true,
+ "rate": "2005770000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "416000000000000000000000",
+ "isEnabled": true,
+ "rate": "4810000000000000000"
+ },
+ "out": {
+ "capacity": "416000000000000000000000",
+ "isEnabled": true,
+ "rate": "4810000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "MEEM": {
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": null,
+ "remote": {
+ "mainnet": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "6120000000000000000000",
+ "isEnabled": true,
+ "rate": "1701360000000000000"
+ },
+ "out": {
+ "capacity": "4140000000000000000000",
+ "isEnabled": true,
+ "rate": "1150920000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000000000000",
+ "isEnabled": true,
+ "rate": "2780000000000000000"
+ },
+ "out": {
+ "capacity": "10000000000000000000000",
+ "isEnabled": true,
+ "rate": "2780000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "Memento": {
+ "avalanche-mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "300000000000000000000",
+ "isEnabled": true,
+ "rate": "3472200000000000"
+ },
+ "out": {
+ "capacity": "356000000000000000000",
+ "isEnabled": true,
+ "rate": "4120344000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "11574000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "11574000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "433400000000000000000",
+ "isEnabled": true,
+ "rate": "5016203514000000"
+ },
+ "out": {
+ "capacity": "452000000000000000000",
+ "isEnabled": true,
+ "rate": "5231448000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1100000000000000000000",
+ "isEnabled": true,
+ "rate": "12731481000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "11574000000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "729300000000000000000",
+ "isEnabled": true,
+ "rate": "8440971903000000"
+ },
+ "out": {
+ "capacity": "344000000000000000000",
+ "isEnabled": true,
+ "rate": "3981456000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1100000000000000000000",
+ "isEnabled": true,
+ "rate": "12731481000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "11574000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "742500000000000000000",
+ "isEnabled": true,
+ "rate": "8593749675000000"
+ },
+ "out": {
+ "capacity": "478000000000000000000",
+ "isEnabled": true,
+ "rate": "5532372000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1100000000000000000000",
+ "isEnabled": true,
+ "rate": "12731481000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "11574000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "33275000000000000000000",
+ "isEnabled": true,
+ "rate": "385127314770000000"
+ },
+ "out": {
+ "capacity": "18950000000000000000000",
+ "isEnabled": true,
+ "rate": "219328703816000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "55000000000000000000000",
+ "isEnabled": true,
+ "rate": "636574074000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "578703704000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "701800000000000000000",
+ "isEnabled": true,
+ "rate": "8122684878000000"
+ },
+ "out": {
+ "capacity": "674000000000000000000",
+ "isEnabled": true,
+ "rate": "7800876000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1100000000000000000000",
+ "isEnabled": true,
+ "rate": "12731481000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "11574000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "437800000000000000000",
+ "isEnabled": true,
+ "rate": "5067129438000000"
+ },
+ "out": {
+ "capacity": "659000000000000000000",
+ "isEnabled": true,
+ "rate": "7627266000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1100000000000000000000",
+ "isEnabled": true,
+ "rate": "12731481000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "11574000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "19635000000000000000000",
+ "isEnabled": true,
+ "rate": "227256944418000000"
+ },
+ "out": {
+ "capacity": "20650000000000000000000",
+ "isEnabled": true,
+ "rate": "239004629752000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "55000000000000000000000",
+ "isEnabled": true,
+ "rate": "636574074000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "578703704000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "672100000000000000000",
+ "isEnabled": true,
+ "rate": "7778934891000000"
+ },
+ "out": {
+ "capacity": "572000000000000000000",
+ "isEnabled": true,
+ "rate": "6620328000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1100000000000000000000",
+ "isEnabled": true,
+ "rate": "12731481000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "11574000000000000"
+ }
+ }
+ }
+ }
+ },
+ "matic-mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "730400000000000000000",
+ "isEnabled": true,
+ "rate": "8453703384000000"
+ },
+ "out": {
+ "capacity": "483000000000000000000",
+ "isEnabled": true,
+ "rate": "5590242000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1100000000000000000000",
+ "isEnabled": true,
+ "rate": "12731481000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "11574000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "695200000000000000000",
+ "isEnabled": true,
+ "rate": "8046295992000000"
+ },
+ "out": {
+ "capacity": "415000000000000000000",
+ "isEnabled": true,
+ "rate": "4803210000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1100000000000000000000",
+ "isEnabled": true,
+ "rate": "12731481000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "11574000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "499400000000000000000",
+ "isEnabled": true,
+ "rate": "5780092374000000"
+ },
+ "out": {
+ "capacity": "615000000000000000000",
+ "isEnabled": true,
+ "rate": "7118010000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1100000000000000000000",
+ "isEnabled": true,
+ "rate": "12731481000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "11574000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "METO": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "46307692354000000000000000",
+ "isEnabled": true,
+ "rate": "12863247040000000000000"
+ },
+ "out": {
+ "capacity": "31000000031000000000000000",
+ "isEnabled": true,
+ "rate": "8611110560000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "76923077000000000000000000",
+ "isEnabled": true,
+ "rate": "21367520000000000000000"
+ },
+ "out": {
+ "capacity": "76923077000000000000000000",
+ "isEnabled": true,
+ "rate": "21367520000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "matic-mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "38692307731000000000000000",
+ "isEnabled": true,
+ "rate": "10747862560000000000000"
+ },
+ "out": {
+ "capacity": "35846153882000000000000000",
+ "isEnabled": true,
+ "rate": "9957264320000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "76923077000000000000000000",
+ "isEnabled": true,
+ "rate": "21367520000000000000000"
+ },
+ "out": {
+ "capacity": "76923077000000000000000000",
+ "isEnabled": true,
+ "rate": "21367520000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "MEW": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1610000000000",
+ "isEnabled": true,
+ "rate": "447222221"
+ },
+ "out": {
+ "capacity": "2315000000000",
+ "isEnabled": true,
+ "rate": "643055555"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000",
+ "isEnabled": true,
+ "rate": "1388888888"
+ },
+ "out": {
+ "capacity": "5000000000000",
+ "isEnabled": true,
+ "rate": "1388888888"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1980000000000",
+ "isEnabled": true,
+ "rate": "549999999"
+ },
+ "out": {
+ "capacity": "2670000000000",
+ "isEnabled": true,
+ "rate": "741666666"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000",
+ "isEnabled": true,
+ "rate": "1388888888"
+ },
+ "out": {
+ "capacity": "5000000000000",
+ "isEnabled": true,
+ "rate": "1388888888"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "2220000000000",
+ "isEnabled": true,
+ "rate": "616666666"
+ },
+ "out": {
+ "capacity": "3005000000000",
+ "isEnabled": true,
+ "rate": "834722221"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000",
+ "isEnabled": true,
+ "rate": "1388888888"
+ },
+ "out": {
+ "capacity": "5000000000000",
+ "isEnabled": true,
+ "rate": "1388888888"
+ }
+ }
+ }
+ }
+ },
+ "solana-mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "2045000000000",
+ "isEnabled": true,
+ "rate": "568055555"
+ },
+ "out": {
+ "capacity": "2415000000000",
+ "isEnabled": true,
+ "rate": "670833332"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000",
+ "isEnabled": true,
+ "rate": "1388888888"
+ },
+ "out": {
+ "capacity": "5000000000000",
+ "isEnabled": true,
+ "rate": "1388888888"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "3030000000000",
+ "isEnabled": true,
+ "rate": "841666666"
+ },
+ "out": {
+ "capacity": "3415000000000",
+ "isEnabled": true,
+ "rate": "948611110"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000",
+ "isEnabled": true,
+ "rate": "1388888888"
+ },
+ "out": {
+ "capacity": "5000000000000",
+ "isEnabled": true,
+ "rate": "1388888888"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "3310000000000",
+ "isEnabled": true,
+ "rate": "919444443"
+ },
+ "out": {
+ "capacity": "3270000000000",
+ "isEnabled": true,
+ "rate": "908333332"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000",
+ "isEnabled": true,
+ "rate": "1388888888"
+ },
+ "out": {
+ "capacity": "5000000000000",
+ "isEnabled": true,
+ "rate": "1388888888"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1980000000000",
+ "isEnabled": true,
+ "rate": "549999999"
+ },
+ "out": {
+ "capacity": "2895000000000",
+ "isEnabled": true,
+ "rate": "804166666"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000",
+ "isEnabled": true,
+ "rate": "1388888888"
+ },
+ "out": {
+ "capacity": "5000000000000",
+ "isEnabled": true,
+ "rate": "1388888888"
+ }
+ }
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "3460000000000",
+ "isEnabled": true,
+ "rate": "961111110"
+ },
+ "out": {
+ "capacity": "3345000000000",
+ "isEnabled": true,
+ "rate": "929166666"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000",
+ "isEnabled": true,
+ "rate": "1388888888"
+ },
+ "out": {
+ "capacity": "5000000000000",
+ "isEnabled": true,
+ "rate": "1388888888"
+ }
+ }
+ }
+ }
+ }
+ },
+ "MICHI": {
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "5450000000000",
+ "isEnabled": true,
+ "rate": "42903609"
+ },
+ "out": {
+ "capacity": "5870000000000",
+ "isEnabled": true,
+ "rate": "46209943"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "78722220"
+ },
+ "out": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "78722220"
+ }
+ }
+ }
+ }
+ },
+ "solana-mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "3680000000000",
+ "isEnabled": true,
+ "rate": "28969776"
+ },
+ "out": {
+ "capacity": "4350000000000",
+ "isEnabled": true,
+ "rate": "34244165"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "78722220"
+ },
+ "out": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "78722220"
+ }
+ }
+ }
+ }
+ }
+ },
+ "MILO": {
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "2430000000000000000000000",
+ "isEnabled": true,
+ "rate": "56249640000000000000"
+ },
+ "out": {
+ "capacity": "3360000000000000000000000",
+ "isEnabled": true,
+ "rate": "77777280000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000000000"
+ },
+ "out": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1560000000000000000000000",
+ "isEnabled": true,
+ "rate": "36110880000000000000"
+ },
+ "out": {
+ "capacity": "2105000000000000000000000",
+ "isEnabled": true,
+ "rate": "48726540000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000000000"
+ },
+ "out": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "mmETH": {
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "41300000000000000000",
+ "isEnabled": true,
+ "rate": "3824380000000000"
+ },
+ "out": {
+ "capacity": "36600000000000000000",
+ "isEnabled": true,
+ "rate": "3389160000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000",
+ "isEnabled": true,
+ "rate": "9260000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000",
+ "isEnabled": true,
+ "rate": "9260000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "51800000000000000000",
+ "isEnabled": true,
+ "rate": "4796680000000000"
+ },
+ "out": {
+ "capacity": "62000000000000000000",
+ "isEnabled": true,
+ "rate": "5741200000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000",
+ "isEnabled": true,
+ "rate": "9260000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000",
+ "isEnabled": true,
+ "rate": "9260000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "mstETH": {
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "62800000000000000000",
+ "isEnabled": true,
+ "rate": "5815280000000000"
+ },
+ "out": {
+ "capacity": "30600000000000000000",
+ "isEnabled": true,
+ "rate": "2833560000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000",
+ "isEnabled": true,
+ "rate": "9260000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000",
+ "isEnabled": true,
+ "rate": "9260000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "69400000000000000000",
+ "isEnabled": true,
+ "rate": "6426440000000000"
+ },
+ "out": {
+ "capacity": "40800000000000000000",
+ "isEnabled": true,
+ "rate": "3778080000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000",
+ "isEnabled": true,
+ "rate": "9260000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000",
+ "isEnabled": true,
+ "rate": "9260000000000000"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "54500000000000000000",
+ "isEnabled": true,
+ "rate": "5046700000000000"
+ },
+ "out": {
+ "capacity": "64000000000000000000",
+ "isEnabled": true,
+ "rate": "5926400000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000",
+ "isEnabled": true,
+ "rate": "9260000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000",
+ "isEnabled": true,
+ "rate": "9260000000000000"
+ }
+ }
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "42800000000000000000",
+ "isEnabled": true,
+ "rate": "3963280000000000"
+ },
+ "out": {
+ "capacity": "57500000000000000000",
+ "isEnabled": true,
+ "rate": "5324500000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000",
+ "isEnabled": true,
+ "rate": "9260000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000",
+ "isEnabled": true,
+ "rate": "9260000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "mswETH": {
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "30700000000000000000",
+ "isEnabled": true,
+ "rate": "2842820000000000"
+ },
+ "out": {
+ "capacity": "68700000000000000000",
+ "isEnabled": true,
+ "rate": "6361620000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000",
+ "isEnabled": true,
+ "rate": "9260000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000",
+ "isEnabled": true,
+ "rate": "9260000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "52800000000000000000",
+ "isEnabled": true,
+ "rate": "4889280000000000"
+ },
+ "out": {
+ "capacity": "52000000000000000000",
+ "isEnabled": true,
+ "rate": "4815200000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000",
+ "isEnabled": true,
+ "rate": "9260000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000",
+ "isEnabled": true,
+ "rate": "9260000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "MVI": {
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "774367000000000000000",
+ "isEnabled": true,
+ "rate": "55760000000000000"
+ },
+ "out": {
+ "capacity": "402182000000000000000",
+ "isEnabled": true,
+ "rate": "28960000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1111000000000000000000",
+ "isEnabled": true,
+ "rate": "80000000000000000"
+ },
+ "out": {
+ "capacity": "1111000000000000000000",
+ "isEnabled": true,
+ "rate": "80000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "2203113000000000000000",
+ "isEnabled": true,
+ "rate": "152030000000000000"
+ },
+ "out": {
+ "capacity": "1506516000000000000000",
+ "isEnabled": true,
+ "rate": "103960000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "3333000000000000000000",
+ "isEnabled": true,
+ "rate": "230000000000000000"
+ },
+ "out": {
+ "capacity": "3333000000000000000000",
+ "isEnabled": true,
+ "rate": "230000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "482174000000000000000",
+ "isEnabled": true,
+ "rate": "34720000000000000"
+ },
+ "out": {
+ "capacity": "595496000000000000000",
+ "isEnabled": true,
+ "rate": "42880000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1111000000000000000000",
+ "isEnabled": true,
+ "rate": "80000000000000000"
+ },
+ "out": {
+ "capacity": "1111000000000000000000",
+ "isEnabled": true,
+ "rate": "80000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "564388000000000000000",
+ "isEnabled": true,
+ "rate": "40640000000000000"
+ },
+ "out": {
+ "capacity": "539946000000000000000",
+ "isEnabled": true,
+ "rate": "38880000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1111000000000000000000",
+ "isEnabled": true,
+ "rate": "80000000000000000"
+ },
+ "out": {
+ "capacity": "1111000000000000000000",
+ "isEnabled": true,
+ "rate": "80000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1739826000000000000000",
+ "isEnabled": true,
+ "rate": "120060000000000000"
+ },
+ "out": {
+ "capacity": "1566510000000000000000",
+ "isEnabled": true,
+ "rate": "108100000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "3333000000000000000000",
+ "isEnabled": true,
+ "rate": "230000000000000000"
+ },
+ "out": {
+ "capacity": "3333000000000000000000",
+ "isEnabled": true,
+ "rate": "230000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "586608000000000000000",
+ "isEnabled": true,
+ "rate": "42240000000000000"
+ },
+ "out": {
+ "capacity": "553278000000000000000",
+ "isEnabled": true,
+ "rate": "39840000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1111000000000000000000",
+ "isEnabled": true,
+ "rate": "80000000000000000"
+ },
+ "out": {
+ "capacity": "1111000000000000000000",
+ "isEnabled": true,
+ "rate": "80000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "mwBETH": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "336500000000000000000",
+ "isEnabled": true,
+ "rate": "30958000000000000"
+ },
+ "out": {
+ "capacity": "262000000000000000000",
+ "isEnabled": true,
+ "rate": "24104000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "500000000000000000000",
+ "isEnabled": true,
+ "rate": "46000000000000000"
+ },
+ "out": {
+ "capacity": "500000000000000000000",
+ "isEnabled": true,
+ "rate": "46000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "329500000000000000000",
+ "isEnabled": true,
+ "rate": "30314000000000000"
+ },
+ "out": {
+ "capacity": "211500000000000000000",
+ "isEnabled": true,
+ "rate": "19458000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "500000000000000000000",
+ "isEnabled": true,
+ "rate": "46000000000000000"
+ },
+ "out": {
+ "capacity": "500000000000000000000",
+ "isEnabled": true,
+ "rate": "46000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "MYST": {
+ "avalanche-mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "NEIRO": {
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "NEKO": {
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "shibarium-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "shibarium-mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "NPC": {
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "NUON": {
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "45700000000000000000000",
+ "isEnabled": true,
+ "rate": "25386350000000000000"
+ },
+ "out": {
+ "capacity": "55300000000000000000000",
+ "isEnabled": true,
+ "rate": "30719150000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "55550000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "55550000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "44600000000000000000000",
+ "isEnabled": true,
+ "rate": "24775300000000000000"
+ },
+ "out": {
+ "capacity": "42700000000000000000000",
+ "isEnabled": true,
+ "rate": "23719850000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "55550000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "55550000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "51000000000000000000000",
+ "isEnabled": true,
+ "rate": "28330500000000000000"
+ },
+ "out": {
+ "capacity": "34800000000000000000000",
+ "isEnabled": true,
+ "rate": "19331400000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "55550000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "55550000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "55400000000000000000000",
+ "isEnabled": true,
+ "rate": "30774700000000000000"
+ },
+ "out": {
+ "capacity": "58900000000000000000000",
+ "isEnabled": true,
+ "rate": "32718950000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "55550000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "55550000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "62000000000000000000000",
+ "isEnabled": true,
+ "rate": "34441000000000000000"
+ },
+ "out": {
+ "capacity": "48300000000000000000000",
+ "isEnabled": true,
+ "rate": "26830650000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "55550000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "55550000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "54500000000000000000000",
+ "isEnabled": true,
+ "rate": "30274750000000000000"
+ },
+ "out": {
+ "capacity": "45700000000000000000000",
+ "isEnabled": true,
+ "rate": "25386350000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "55550000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "55550000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "NXPC": {
+ "avalanche-mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "OHM": {
+ "mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "solana-mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "ORNG": {
+ "avalanche-mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "OSIS": {
+ "mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "11250225000000000000000",
+ "isEnabled": true,
+ "rate": "3105000000000000000"
+ },
+ "out": {
+ "capacity": "5266772000000000000000",
+ "isEnabled": true,
+ "rate": "1453600000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "16667000000000000000000",
+ "isEnabled": true,
+ "rate": "4600000000000000000"
+ },
+ "out": {
+ "capacity": "16667000000000000000000",
+ "isEnabled": true,
+ "rate": "4600000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "matic-mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "7616819000000000000000",
+ "isEnabled": true,
+ "rate": "2102200000000000000"
+ },
+ "out": {
+ "capacity": "7516817000000000000000",
+ "isEnabled": true,
+ "rate": "2074600000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "16667000000000000000000",
+ "isEnabled": true,
+ "rate": "4600000000000000000"
+ },
+ "out": {
+ "capacity": "16667000000000000000000",
+ "isEnabled": true,
+ "rate": "4600000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "OVER": {
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": null,
+ "standard": null
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "oXAUT": {
+ "avalanche-mainnet": {
+ "minBlockConfirmation": null,
+ "remote": {
+ "mainnet": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "6730000000000",
+ "isEnabled": true,
+ "rate": "3365000000"
+ },
+ "out": {
+ "capacity": "6670000000000",
+ "isEnabled": true,
+ "rate": "3335000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ },
+ "out": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-worldchain-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "6040000000000",
+ "isEnabled": true,
+ "rate": "3020000000"
+ },
+ "out": {
+ "capacity": "3660000000000",
+ "isEnabled": true,
+ "rate": "1830000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ },
+ "out": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "4170000000000",
+ "isEnabled": true,
+ "rate": "2085000000"
+ },
+ "out": {
+ "capacity": "5240000000000",
+ "isEnabled": true,
+ "rate": "2620000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ },
+ "out": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "5400000000000",
+ "isEnabled": true,
+ "rate": "2700000000"
+ },
+ "out": {
+ "capacity": "4830000000000",
+ "isEnabled": true,
+ "rate": "2415000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ },
+ "out": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-worldchain-1": {
+ "custom": {
+ "in": {
+ "capacity": "3950000000000",
+ "isEnabled": true,
+ "rate": "1975000000"
+ },
+ "out": {
+ "capacity": "4760000000000",
+ "isEnabled": true,
+ "rate": "2380000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ },
+ "out": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "PEPE": {
+ "mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "28300000000000000000",
+ "isEnabled": true,
+ "rate": "7861111111111111"
+ },
+ "out": {
+ "capacity": "26800000000000000000000000000",
+ "isEnabled": true,
+ "rate": "7444444444444445040000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000",
+ "isEnabled": true,
+ "rate": "13888888888888890"
+ },
+ "out": {
+ "capacity": "50000000000000000000000000000",
+ "isEnabled": true,
+ "rate": "13888888888888890000000000"
+ }
+ }
+ }
+ }
+ },
+ "solana-mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "320000000000000",
+ "isEnabled": true,
+ "rate": "88888888888"
+ },
+ "out": {
+ "capacity": "316500000000000",
+ "isEnabled": true,
+ "rate": "87916666666"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "500000000000000",
+ "isEnabled": true,
+ "rate": "138888888889"
+ },
+ "out": {
+ "capacity": "500000000000000",
+ "isEnabled": true,
+ "rate": "138888888889"
+ }
+ }
+ }
+ }
+ }
+ },
+ "PFVS": {
+ "mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "ronin-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ronin-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "pippin": {
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "solana-mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "PIXEL": {
+ "mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "ronin-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "139200000000000000000000000",
+ "isEnabled": true,
+ "rate": "1611111100800000000000"
+ },
+ "out": {
+ "capacity": "103140000000000000000000000",
+ "isEnabled": true,
+ "rate": "1193750000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "300000000000000000000000000",
+ "isEnabled": true,
+ "rate": "3472222200000000000000"
+ },
+ "out": {
+ "capacity": "270000000000000000000000000",
+ "isEnabled": true,
+ "rate": "3125000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ronin-mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "203700000000000000000000000",
+ "isEnabled": true,
+ "rate": "2357638873800000000000"
+ },
+ "out": {
+ "capacity": "99900000000000000000000000",
+ "isEnabled": true,
+ "rate": "1156250000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "300000000000000000000000000",
+ "isEnabled": true,
+ "rate": "3472222200000000000000"
+ },
+ "out": {
+ "capacity": "270000000000000000000000000",
+ "isEnabled": true,
+ "rate": "3125000000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "PTsUSDE": {
+ "mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "solana-mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "pufETH": {
+ "berachain-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": null,
+ "remote": {
+ "mainnet": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "berachain-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "soneium-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "soneium-mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "RDP": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "23600000000000000000000",
+ "isEnabled": true,
+ "rate": "273760000000000000"
+ },
+ "out": {
+ "capacity": "22900000000000000000000",
+ "isEnabled": true,
+ "rate": "265640000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "580000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "580000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "24050000000000000000000",
+ "isEnabled": true,
+ "rate": "278980000000000000"
+ },
+ "out": {
+ "capacity": "16350000000000000000000",
+ "isEnabled": true,
+ "rate": "189660000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "580000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "580000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "REG": {
+ "mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "25650000000000000000000",
+ "isEnabled": true,
+ "rate": "7182000000000000000"
+ },
+ "out": {
+ "capacity": "20300000000000000000000",
+ "isEnabled": true,
+ "rate": "5684000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "14000000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "14000000000000000000"
+ }
+ }
+ },
+ "xdai-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "18450000000000000000000",
+ "isEnabled": true,
+ "rate": "5166000000000000000"
+ },
+ "out": {
+ "capacity": "22450000000000000000000",
+ "isEnabled": true,
+ "rate": "6286000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "14000000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "14000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "matic-mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "20650000000000000000000",
+ "isEnabled": true,
+ "rate": "5782000000000000000"
+ },
+ "out": {
+ "capacity": "31050000000000000000000",
+ "isEnabled": true,
+ "rate": "8694000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "14000000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "14000000000000000000"
+ }
+ }
+ },
+ "xdai-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "21050000000000000000000",
+ "isEnabled": true,
+ "rate": "5894000000000000000"
+ },
+ "out": {
+ "capacity": "27850000000000000000000",
+ "isEnabled": true,
+ "rate": "7798000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "14000000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "14000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "xdai-mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "21050000000000000000000",
+ "isEnabled": true,
+ "rate": "5894000000000000000"
+ },
+ "out": {
+ "capacity": "24850000000000000000000",
+ "isEnabled": true,
+ "rate": "6958000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "14000000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "14000000000000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "31450000000000000000000",
+ "isEnabled": true,
+ "rate": "8806000000000000000"
+ },
+ "out": {
+ "capacity": "31250000000000000000000",
+ "isEnabled": true,
+ "rate": "8750000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "14000000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "14000000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "RETH": {
+ "mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "plasma-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "909000000000000000000",
+ "isEnabled": true,
+ "rate": "2922435000000000"
+ },
+ "out": {
+ "capacity": "765000000000000000000",
+ "isEnabled": true,
+ "rate": "2459475000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1800000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000"
+ },
+ "out": {
+ "capacity": "1800000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000"
+ }
+ }
+ },
+ "ronin-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "720000000000000000000",
+ "isEnabled": true,
+ "rate": "2314800000000000"
+ },
+ "out": {
+ "capacity": "1209600000000000000000",
+ "isEnabled": true,
+ "rate": "3888864000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1800000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000"
+ },
+ "out": {
+ "capacity": "1800000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000"
+ }
+ }
+ },
+ "tac-mainnet": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ },
+ "plasma-mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "925200000000000000000",
+ "isEnabled": true,
+ "rate": "2974518000000000"
+ },
+ "out": {
+ "capacity": "864000000000000000000",
+ "isEnabled": true,
+ "rate": "2777760000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1800000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000"
+ },
+ "out": {
+ "capacity": "1800000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ronin-mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "833400000000000000000",
+ "isEnabled": true,
+ "rate": "2679381000000000"
+ },
+ "out": {
+ "capacity": "709200000000000000000",
+ "isEnabled": true,
+ "rate": "2280078000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1800000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000"
+ },
+ "out": {
+ "capacity": "1800000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000"
+ }
+ }
+ }
+ }
+ },
+ "tac-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1117800000000000000000",
+ "isEnabled": true,
+ "rate": "3593727000000000"
+ },
+ "out": {
+ "capacity": "1206000000000000000000",
+ "isEnabled": true,
+ "rate": "3877290000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1800000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000"
+ },
+ "out": {
+ "capacity": "1800000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "RIZE": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "matic-mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "rsETH": {
+ "ethereum-mainnet-linea-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-zircuit-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-zircuit-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-zircuit-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-zircuit-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "SAS": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "shibarium-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": null,
+ "standard": null
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "shibarium-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "shibarium-mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "savBTC": {
+ "avalanche-mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "savETH": {
+ "avalanche-mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "savUSD": {
+ "avalanche-mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "plasma-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "polygon-mainnet-katana": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "polygon-mainnet-katana": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "plasma-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "polygon-mainnet-katana": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "plasma-mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "polygon-mainnet-katana": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "SD": {
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "204288000000000000000000",
+ "isEnabled": true,
+ "rate": "2364208000000000000"
+ },
+ "out": {
+ "capacity": "181248000000000000000000",
+ "isEnabled": true,
+ "rate": "2097568000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "384000000000000000000000",
+ "isEnabled": true,
+ "rate": "4444000000000000000"
+ },
+ "out": {
+ "capacity": "384000000000000000000000",
+ "isEnabled": true,
+ "rate": "4444000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "139008000000000000000000",
+ "isEnabled": true,
+ "rate": "1608728000000000000"
+ },
+ "out": {
+ "capacity": "221952000000000000000000",
+ "isEnabled": true,
+ "rate": "2568632000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "384000000000000000000000",
+ "isEnabled": true,
+ "rate": "4444000000000000000"
+ },
+ "out": {
+ "capacity": "384000000000000000000000",
+ "isEnabled": true,
+ "rate": "4444000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "135552000000000000000000",
+ "isEnabled": true,
+ "rate": "1568732000000000000"
+ },
+ "out": {
+ "capacity": "121344000000000000000000",
+ "isEnabled": true,
+ "rate": "1404304000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "384000000000000000000000",
+ "isEnabled": true,
+ "rate": "4444000000000000000"
+ },
+ "out": {
+ "capacity": "384000000000000000000000",
+ "isEnabled": true,
+ "rate": "4444000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "185856000000000000000000",
+ "isEnabled": true,
+ "rate": "2150896000000000000"
+ },
+ "out": {
+ "capacity": "220032000000000000000000",
+ "isEnabled": true,
+ "rate": "2546412000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "384000000000000000000000",
+ "isEnabled": true,
+ "rate": "4444000000000000000"
+ },
+ "out": {
+ "capacity": "384000000000000000000000",
+ "isEnabled": true,
+ "rate": "4444000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "235776000000000000000000",
+ "isEnabled": true,
+ "rate": "2728616000000000000"
+ },
+ "out": {
+ "capacity": "203904000000000000000000",
+ "isEnabled": true,
+ "rate": "2359764000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "384000000000000000000000",
+ "isEnabled": true,
+ "rate": "4444000000000000000"
+ },
+ "out": {
+ "capacity": "384000000000000000000000",
+ "isEnabled": true,
+ "rate": "4444000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "268032000000000000000000",
+ "isEnabled": true,
+ "rate": "3101912000000000000"
+ },
+ "out": {
+ "capacity": "248064000000000000000000",
+ "isEnabled": true,
+ "rate": "2870824000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "384000000000000000000000",
+ "isEnabled": true,
+ "rate": "4444000000000000000"
+ },
+ "out": {
+ "capacity": "384000000000000000000000",
+ "isEnabled": true,
+ "rate": "4444000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "sDAI": {
+ "ethereum-mainnet-mode-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "135500000000000000000000",
+ "isEnabled": true,
+ "rate": "37614800000000000000"
+ },
+ "out": {
+ "capacity": "133250000000000000000000",
+ "isEnabled": true,
+ "rate": "36990200000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "250000000000000000000000",
+ "isEnabled": true,
+ "rate": "69400000000000000000"
+ },
+ "out": {
+ "capacity": "250000000000000000000000",
+ "isEnabled": true,
+ "rate": "69400000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "ethereum-mainnet-mode-1": {
+ "custom": {
+ "in": {
+ "capacity": "133000000000000000000000",
+ "isEnabled": true,
+ "rate": "36920800000000000000"
+ },
+ "out": {
+ "capacity": "82500000000000000000000",
+ "isEnabled": true,
+ "rate": "22902000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "250000000000000000000000",
+ "isEnabled": true,
+ "rate": "69400000000000000000"
+ },
+ "out": {
+ "capacity": "250000000000000000000000",
+ "isEnabled": true,
+ "rate": "69400000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "SDL": {
+ "ethereum-mainnet-andromeda-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "302250000000000000000000",
+ "isEnabled": true,
+ "rate": "83622500000000000000"
+ },
+ "out": {
+ "capacity": "436500000000000000000000",
+ "isEnabled": true,
+ "rate": "120765000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "750000000000000000000000",
+ "isEnabled": true,
+ "rate": "207500000000000000000"
+ },
+ "out": {
+ "capacity": "750000000000000000000000",
+ "isEnabled": true,
+ "rate": "207500000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "ethereum-mainnet-andromeda-1": {
+ "custom": {
+ "in": {
+ "capacity": "311250000000000000000000",
+ "isEnabled": true,
+ "rate": "86112500000000000000"
+ },
+ "out": {
+ "capacity": "444750000000000000000000",
+ "isEnabled": true,
+ "rate": "123047500000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "750000000000000000000000",
+ "isEnabled": true,
+ "rate": "207500000000000000000"
+ },
+ "out": {
+ "capacity": "750000000000000000000000",
+ "isEnabled": true,
+ "rate": "207500000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "331500000000000000000000",
+ "isEnabled": true,
+ "rate": "91715000000000000000"
+ },
+ "out": {
+ "capacity": "261750000000000000000000",
+ "isEnabled": true,
+ "rate": "72417500000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "750000000000000000000000",
+ "isEnabled": true,
+ "rate": "207500000000000000000"
+ },
+ "out": {
+ "capacity": "750000000000000000000000",
+ "isEnabled": true,
+ "rate": "207500000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "ethereum-mainnet-andromeda-1": {
+ "custom": {
+ "in": {
+ "capacity": "353250000000000000000000",
+ "isEnabled": true,
+ "rate": "97732500000000000000"
+ },
+ "out": {
+ "capacity": "327750000000000000000000",
+ "isEnabled": true,
+ "rate": "90677500000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "750000000000000000000000",
+ "isEnabled": true,
+ "rate": "207500000000000000000"
+ },
+ "out": {
+ "capacity": "750000000000000000000000",
+ "isEnabled": true,
+ "rate": "207500000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "378750000000000000000000",
+ "isEnabled": true,
+ "rate": "104787500000000000000"
+ },
+ "out": {
+ "capacity": "240750000000000000000000",
+ "isEnabled": true,
+ "rate": "66607500000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "750000000000000000000000",
+ "isEnabled": true,
+ "rate": "207500000000000000000"
+ },
+ "out": {
+ "capacity": "750000000000000000000000",
+ "isEnabled": true,
+ "rate": "207500000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "SDM": {
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "matic-mainnet": {
+ "minBlockConfirmation": null,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ }
+ },
+ "sDOLA": {
+ "berachain-mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "berachain-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "berachain-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": null,
+ "standard": null
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": null,
+ "standard": null
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "berachain-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "SDT": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "345500000000000000000000",
+ "isEnabled": true,
+ "rate": "95966080000000000000"
+ },
+ "out": {
+ "capacity": "245000000000000000000000",
+ "isEnabled": true,
+ "rate": "68051200000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "500000000000000000000000",
+ "isEnabled": true,
+ "rate": "138880000000000000000"
+ },
+ "out": {
+ "capacity": "500000000000000000000000",
+ "isEnabled": true,
+ "rate": "138880000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "174500000000000000000000",
+ "isEnabled": true,
+ "rate": "48469120000000000000"
+ },
+ "out": {
+ "capacity": "342500000000000000000000",
+ "isEnabled": true,
+ "rate": "95132800000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "500000000000000000000000",
+ "isEnabled": true,
+ "rate": "138880000000000000000"
+ },
+ "out": {
+ "capacity": "500000000000000000000000",
+ "isEnabled": true,
+ "rate": "138880000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": null,
+ "standard": null
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "326500000000000000000000",
+ "isEnabled": true,
+ "rate": "90688640000000000000"
+ },
+ "out": {
+ "capacity": "292000000000000000000000",
+ "isEnabled": true,
+ "rate": "81105920000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "500000000000000000000000",
+ "isEnabled": true,
+ "rate": "138880000000000000000"
+ },
+ "out": {
+ "capacity": "500000000000000000000000",
+ "isEnabled": true,
+ "rate": "138880000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "314500000000000000000000",
+ "isEnabled": true,
+ "rate": "87355520000000000000"
+ },
+ "out": {
+ "capacity": "222000000000000000000000",
+ "isEnabled": true,
+ "rate": "61662720000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "500000000000000000000000",
+ "isEnabled": true,
+ "rate": "138880000000000000000"
+ },
+ "out": {
+ "capacity": "500000000000000000000000",
+ "isEnabled": true,
+ "rate": "138880000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "246000000000000000000000",
+ "isEnabled": true,
+ "rate": "68328960000000000000"
+ },
+ "out": {
+ "capacity": "287500000000000000000000",
+ "isEnabled": true,
+ "rate": "79856000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "500000000000000000000000",
+ "isEnabled": true,
+ "rate": "138880000000000000000"
+ },
+ "out": {
+ "capacity": "500000000000000000000000",
+ "isEnabled": true,
+ "rate": "138880000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "SDY": {
+ "avalanche-mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1680000000000000000000000",
+ "isEnabled": true,
+ "rate": "19488000000000000000"
+ },
+ "out": {
+ "capacity": "2880000000000000000000000",
+ "isEnabled": true,
+ "rate": "33408000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "58000000000000000000"
+ },
+ "out": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "58000000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "3240000000000000000000000",
+ "isEnabled": true,
+ "rate": "37584000000000000000"
+ },
+ "out": {
+ "capacity": "2095000000000000000000000",
+ "isEnabled": true,
+ "rate": "24302000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "58000000000000000000"
+ },
+ "out": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "58000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": null,
+ "standard": null
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "3040000000000000000000000",
+ "isEnabled": true,
+ "rate": "35264000000000000000"
+ },
+ "out": {
+ "capacity": "1780000000000000000000000",
+ "isEnabled": true,
+ "rate": "20648000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "58000000000000000000"
+ },
+ "out": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "58000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "3420000000000000000000000",
+ "isEnabled": true,
+ "rate": "39672000000000000000"
+ },
+ "out": {
+ "capacity": "3270000000000000000000000",
+ "isEnabled": true,
+ "rate": "37932000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "58000000000000000000"
+ },
+ "out": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "58000000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "2640000000000000000000000",
+ "isEnabled": true,
+ "rate": "30624000000000000000"
+ },
+ "out": {
+ "capacity": "3215000000000000000000000",
+ "isEnabled": true,
+ "rate": "37294000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "58000000000000000000"
+ },
+ "out": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "58000000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "SHIB": {
+ "avalanche-mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "celo-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-andromeda-1": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-blast-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-mantle-1": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-mode-1": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-scroll-1": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-zircuit-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-zksync-1": {
+ "minBlockConfirmation": null,
+ "remote": {
+ "mainnet": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "celo-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-andromeda-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-blast-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-mantle-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-mode-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-scroll-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-zircuit-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-zksync-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "polkadot-mainnet-astar": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "wemix-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "xdai-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "matic-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "polkadot-mainnet-astar": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "wemix-mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "xdai-mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "SHIPA": {
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": null,
+ "remote": {
+ "shibarium-mainnet": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ },
+ "shibarium-mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "SHIRO": {
+ "mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "shibarium-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "shibarium-mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "SILO": {
+ "avalanche-mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "sINV": {
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "6230000000000000000000",
+ "isEnabled": true,
+ "rate": "68530000000000000"
+ },
+ "out": {
+ "capacity": "6970000000000000000000",
+ "isEnabled": true,
+ "rate": "76670000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000000000000",
+ "isEnabled": true,
+ "rate": "110000000000000000"
+ },
+ "out": {
+ "capacity": "10000000000000000000000",
+ "isEnabled": true,
+ "rate": "110000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "4090000000000000000000",
+ "isEnabled": true,
+ "rate": "44990000000000000"
+ },
+ "out": {
+ "capacity": "5190000000000000000000",
+ "isEnabled": true,
+ "rate": "57090000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000000000000",
+ "isEnabled": true,
+ "rate": "110000000000000000"
+ },
+ "out": {
+ "capacity": "10000000000000000000000",
+ "isEnabled": true,
+ "rate": "110000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "6020000000000000000000",
+ "isEnabled": true,
+ "rate": "66220000000000000"
+ },
+ "out": {
+ "capacity": "5920000000000000000000",
+ "isEnabled": true,
+ "rate": "65120000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000000000000",
+ "isEnabled": true,
+ "rate": "110000000000000000"
+ },
+ "out": {
+ "capacity": "10000000000000000000000",
+ "isEnabled": true,
+ "rate": "110000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "5780000000000000000000",
+ "isEnabled": true,
+ "rate": "63580000000000000"
+ },
+ "out": {
+ "capacity": "5340000000000000000000",
+ "isEnabled": true,
+ "rate": "58740000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000000000000",
+ "isEnabled": true,
+ "rate": "110000000000000000"
+ },
+ "out": {
+ "capacity": "10000000000000000000000",
+ "isEnabled": true,
+ "rate": "110000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "6800000000000000000000",
+ "isEnabled": true,
+ "rate": "74800000000000000"
+ },
+ "out": {
+ "capacity": "3700000000000000000000",
+ "isEnabled": true,
+ "rate": "40700000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000000000000",
+ "isEnabled": true,
+ "rate": "110000000000000000"
+ },
+ "out": {
+ "capacity": "10000000000000000000000",
+ "isEnabled": true,
+ "rate": "110000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "3170000000000000000000",
+ "isEnabled": true,
+ "rate": "34870000000000000"
+ },
+ "out": {
+ "capacity": "6150000000000000000000",
+ "isEnabled": true,
+ "rate": "67650000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000000000000",
+ "isEnabled": true,
+ "rate": "110000000000000000"
+ },
+ "out": {
+ "capacity": "10000000000000000000000",
+ "isEnabled": true,
+ "rate": "110000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "5490000000000000000000",
+ "isEnabled": true,
+ "rate": "60390000000000000"
+ },
+ "out": {
+ "capacity": "5850000000000000000000",
+ "isEnabled": true,
+ "rate": "64350000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000000000000",
+ "isEnabled": true,
+ "rate": "110000000000000000"
+ },
+ "out": {
+ "capacity": "10000000000000000000000",
+ "isEnabled": true,
+ "rate": "110000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "3670000000000000000000",
+ "isEnabled": true,
+ "rate": "40370000000000000"
+ },
+ "out": {
+ "capacity": "6250000000000000000000",
+ "isEnabled": true,
+ "rate": "68750000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000000000000",
+ "isEnabled": true,
+ "rate": "110000000000000000"
+ },
+ "out": {
+ "capacity": "10000000000000000000000",
+ "isEnabled": true,
+ "rate": "110000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": null,
+ "standard": null
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "4580000000000000000000",
+ "isEnabled": true,
+ "rate": "50380000000000000"
+ },
+ "out": {
+ "capacity": "4720000000000000000000",
+ "isEnabled": true,
+ "rate": "51920000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000000000000",
+ "isEnabled": true,
+ "rate": "110000000000000000"
+ },
+ "out": {
+ "capacity": "10000000000000000000000",
+ "isEnabled": true,
+ "rate": "110000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "SKYA": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "soneium-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "soneium-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "soneium-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "soneium-mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "SNOW": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "shibarium-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "shibarium-mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "SOIL": {
+ "mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "matic-mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "SolvBTC": {
+ "avalanche-mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "bitcoin-mainnet-bob-1": {
+ "custom": {
+ "in": {
+ "capacity": "1085000000000000000",
+ "isEnabled": true,
+ "rate": "50231160000000"
+ },
+ "out": {
+ "capacity": "1522500000000000000",
+ "isEnabled": true,
+ "rate": "70485660000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1030000000000000000",
+ "isEnabled": true,
+ "rate": "47684880000000"
+ },
+ "out": {
+ "capacity": "1645000000000000000",
+ "isEnabled": true,
+ "rate": "76156920000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1045000000000000000",
+ "isEnabled": true,
+ "rate": "48379320000000"
+ },
+ "out": {
+ "capacity": "1497500000000000000",
+ "isEnabled": true,
+ "rate": "69328260000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1500000000000000000",
+ "isEnabled": true,
+ "rate": "69444000000000"
+ },
+ "out": {
+ "capacity": "1662500000000000000",
+ "isEnabled": true,
+ "rate": "76967100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-ink-1": {
+ "custom": {
+ "in": {
+ "capacity": "1705000000000000000",
+ "isEnabled": true,
+ "rate": "78934680000000"
+ },
+ "out": {
+ "capacity": "1662500000000000000",
+ "isEnabled": true,
+ "rate": "76967100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "860000000000000000",
+ "isEnabled": true,
+ "rate": "39814560000000"
+ },
+ "out": {
+ "capacity": "897500000000000000",
+ "isEnabled": true,
+ "rate": "41550660000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1185000000000000000",
+ "isEnabled": true,
+ "rate": "54860760000000"
+ },
+ "out": {
+ "capacity": "965000000000000000",
+ "isEnabled": true,
+ "rate": "44675640000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "837500000000000000",
+ "isEnabled": true,
+ "rate": "38772900000000"
+ },
+ "out": {
+ "capacity": "1055000000000000000",
+ "isEnabled": true,
+ "rate": "48842280000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "sei-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1027500000000000000",
+ "isEnabled": true,
+ "rate": "47569140000000"
+ },
+ "out": {
+ "capacity": "1575000000000000000",
+ "isEnabled": true,
+ "rate": "72916200000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ }
+ }
+ },
+ "berachain-mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "bitcoin-mainnet-bob-1": {
+ "custom": {
+ "in": {
+ "capacity": "1197500000000000000",
+ "isEnabled": true,
+ "rate": "55439460000000"
+ },
+ "out": {
+ "capacity": "1255000000000000000",
+ "isEnabled": true,
+ "rate": "58101480000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1122500000000000000",
+ "isEnabled": true,
+ "rate": "51967260000000"
+ },
+ "out": {
+ "capacity": "1412500000000000000",
+ "isEnabled": true,
+ "rate": "65393100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1225000000000000000",
+ "isEnabled": true,
+ "rate": "56712600000000"
+ },
+ "out": {
+ "capacity": "1372500000000000000",
+ "isEnabled": true,
+ "rate": "63541260000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ }
+ }
+ },
+ "bitcoin-mainnet-bob-1": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1602500000000000000",
+ "isEnabled": true,
+ "rate": "74189340000000"
+ },
+ "out": {
+ "capacity": "1192500000000000000",
+ "isEnabled": true,
+ "rate": "55207980000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "berachain-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "782500000000000000",
+ "isEnabled": true,
+ "rate": "36226620000000"
+ },
+ "out": {
+ "capacity": "1567500000000000000",
+ "isEnabled": true,
+ "rate": "72568980000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1167500000000000000",
+ "isEnabled": true,
+ "rate": "54050580000000"
+ },
+ "out": {
+ "capacity": "847500000000000000",
+ "isEnabled": true,
+ "rate": "39235860000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1585000000000000000",
+ "isEnabled": true,
+ "rate": "73379160000000"
+ },
+ "out": {
+ "capacity": "885000000000000000",
+ "isEnabled": true,
+ "rate": "40971960000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "835000000000000000",
+ "isEnabled": true,
+ "rate": "38657160000000"
+ },
+ "out": {
+ "capacity": "1297500000000000000",
+ "isEnabled": true,
+ "rate": "60069060000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-ink-1": {
+ "custom": {
+ "in": {
+ "capacity": "1645000000000000000",
+ "isEnabled": true,
+ "rate": "76156920000000"
+ },
+ "out": {
+ "capacity": "1675000000000000000",
+ "isEnabled": true,
+ "rate": "77545800000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1042500000000000000",
+ "isEnabled": true,
+ "rate": "48263580000000"
+ },
+ "out": {
+ "capacity": "1277500000000000000",
+ "isEnabled": true,
+ "rate": "59143140000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-zksync-1": {
+ "custom": {
+ "in": {
+ "capacity": "817500000000000000",
+ "isEnabled": true,
+ "rate": "37846980000000"
+ },
+ "out": {
+ "capacity": "1067500000000000000",
+ "isEnabled": true,
+ "rate": "49420980000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1142500000000000000",
+ "isEnabled": true,
+ "rate": "52893180000000"
+ },
+ "out": {
+ "capacity": "997500000000000000",
+ "isEnabled": true,
+ "rate": "46180260000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "927500000000000000",
+ "isEnabled": true,
+ "rate": "42939540000000"
+ },
+ "out": {
+ "capacity": "1227500000000000000",
+ "isEnabled": true,
+ "rate": "56828340000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "sei-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1255000000000000000",
+ "isEnabled": true,
+ "rate": "58101480000000"
+ },
+ "out": {
+ "capacity": "765000000000000000",
+ "isEnabled": true,
+ "rate": "35416440000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "soneium-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1255000000000000000",
+ "isEnabled": true,
+ "rate": "58101480000000"
+ },
+ "out": {
+ "capacity": "1140000000000000000",
+ "isEnabled": true,
+ "rate": "52777440000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1230000000000000000",
+ "isEnabled": true,
+ "rate": "56944080000000"
+ },
+ "out": {
+ "capacity": "1137500000000000000",
+ "isEnabled": true,
+ "rate": "52661700000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "berachain-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1492500000000000000",
+ "isEnabled": true,
+ "rate": "69096780000000"
+ },
+ "out": {
+ "capacity": "930000000000000000",
+ "isEnabled": true,
+ "rate": "43055280000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "bitcoin-mainnet-bob-1": {
+ "custom": {
+ "in": {
+ "capacity": "1735000000000000000",
+ "isEnabled": true,
+ "rate": "80323560000000"
+ },
+ "out": {
+ "capacity": "1460000000000000000",
+ "isEnabled": true,
+ "rate": "67592160000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1745000000000000000",
+ "isEnabled": true,
+ "rate": "80786520000000"
+ },
+ "out": {
+ "capacity": "1547500000000000000",
+ "isEnabled": true,
+ "rate": "71643060000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1610000000000000000",
+ "isEnabled": true,
+ "rate": "74536560000000"
+ },
+ "out": {
+ "capacity": "762500000000000000",
+ "isEnabled": true,
+ "rate": "35300700000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-ink-1": {
+ "custom": {
+ "in": {
+ "capacity": "1282500000000000000",
+ "isEnabled": true,
+ "rate": "59374620000000"
+ },
+ "out": {
+ "capacity": "1015000000000000000",
+ "isEnabled": true,
+ "rate": "46990440000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1467500000000000000",
+ "isEnabled": true,
+ "rate": "67939380000000"
+ },
+ "out": {
+ "capacity": "1135000000000000000",
+ "isEnabled": true,
+ "rate": "52545960000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "hyperliquid-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1435000000000000000",
+ "isEnabled": true,
+ "rate": "66434760000000"
+ },
+ "out": {
+ "capacity": "1347500000000000000",
+ "isEnabled": true,
+ "rate": "62383860000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1520000000000000000",
+ "isEnabled": true,
+ "rate": "70369920000000"
+ },
+ "out": {
+ "capacity": "1327500000000000000",
+ "isEnabled": true,
+ "rate": "61457940000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": null,
+ "standard": null
+ },
+ "sei-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "875000000000000000",
+ "isEnabled": true,
+ "rate": "40509000000000"
+ },
+ "out": {
+ "capacity": "1392500000000000000",
+ "isEnabled": true,
+ "rate": "64467180000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "251250000",
+ "isEnabled": true,
+ "rate": "11631"
+ },
+ "out": {
+ "capacity": "2977500000000000000",
+ "isEnabled": true,
+ "rate": "137846340000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "750000000",
+ "isEnabled": true,
+ "rate": "34722"
+ },
+ "out": {
+ "capacity": "7500000000000000000",
+ "isEnabled": true,
+ "rate": "347220000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1437500000000000000",
+ "isEnabled": true,
+ "rate": "66550500000000"
+ },
+ "out": {
+ "capacity": "840000000000000000",
+ "isEnabled": true,
+ "rate": "38888640000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "bitcoin-mainnet-bob-1": {
+ "custom": null,
+ "standard": null
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1330000000000000000",
+ "isEnabled": true,
+ "rate": "61573680000000"
+ },
+ "out": {
+ "capacity": "1270000000000000000",
+ "isEnabled": true,
+ "rate": "58795920000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1197500000000000000",
+ "isEnabled": true,
+ "rate": "55439460000000"
+ },
+ "out": {
+ "capacity": "1667500000000000000",
+ "isEnabled": true,
+ "rate": "77198580000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-ink-1": {
+ "custom": {
+ "in": {
+ "capacity": "1382500000000000000",
+ "isEnabled": true,
+ "rate": "64004220000000"
+ },
+ "out": {
+ "capacity": "1570000000000000000",
+ "isEnabled": true,
+ "rate": "72684720000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1447500000000000000",
+ "isEnabled": true,
+ "rate": "67013460000000"
+ },
+ "out": {
+ "capacity": "1380000000000000000",
+ "isEnabled": true,
+ "rate": "63888480000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1217500000000000000",
+ "isEnabled": true,
+ "rate": "56365380000000"
+ },
+ "out": {
+ "capacity": "1287500000000000000",
+ "isEnabled": true,
+ "rate": "59606100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "952500000000000000",
+ "isEnabled": true,
+ "rate": "44096940000000"
+ },
+ "out": {
+ "capacity": "1172500000000000000",
+ "isEnabled": true,
+ "rate": "54282060000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1035000000000000000",
+ "isEnabled": true,
+ "rate": "47916360000000"
+ },
+ "out": {
+ "capacity": "980000000000000000",
+ "isEnabled": true,
+ "rate": "45370080000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "bitcoin-mainnet-bob-1": {
+ "custom": {
+ "in": {
+ "capacity": "1652500000000000000",
+ "isEnabled": true,
+ "rate": "76504140000000"
+ },
+ "out": {
+ "capacity": "1105000000000000000",
+ "isEnabled": true,
+ "rate": "51157080000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1565000000000000000",
+ "isEnabled": true,
+ "rate": "72453240000000"
+ },
+ "out": {
+ "capacity": "780000000000000000",
+ "isEnabled": true,
+ "rate": "36110880000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1582500000000000000",
+ "isEnabled": true,
+ "rate": "73263420000000"
+ },
+ "out": {
+ "capacity": "980000000000000000",
+ "isEnabled": true,
+ "rate": "45370080000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-ink-1": {
+ "custom": {
+ "in": {
+ "capacity": "1140000000000000000",
+ "isEnabled": true,
+ "rate": "52777440000000"
+ },
+ "out": {
+ "capacity": "847500000000000000",
+ "isEnabled": true,
+ "rate": "39235860000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1675000000000000000",
+ "isEnabled": true,
+ "rate": "77545800000000"
+ },
+ "out": {
+ "capacity": "1602500000000000000",
+ "isEnabled": true,
+ "rate": "74189340000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1062500000000000000",
+ "isEnabled": true,
+ "rate": "49189500000000"
+ },
+ "out": {
+ "capacity": "1145000000000000000",
+ "isEnabled": true,
+ "rate": "53008920000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1090000000000000000",
+ "isEnabled": true,
+ "rate": "50462640000000"
+ },
+ "out": {
+ "capacity": "1430000000000000000",
+ "isEnabled": true,
+ "rate": "66203280000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-ink-1": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1450000000000000000",
+ "isEnabled": true,
+ "rate": "67129200000000"
+ },
+ "out": {
+ "capacity": "1145000000000000000",
+ "isEnabled": true,
+ "rate": "53008920000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "bitcoin-mainnet-bob-1": {
+ "custom": {
+ "in": {
+ "capacity": "1730000000000000000",
+ "isEnabled": true,
+ "rate": "80092080000000"
+ },
+ "out": {
+ "capacity": "1547500000000000000",
+ "isEnabled": true,
+ "rate": "71643060000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "987500000000000000",
+ "isEnabled": true,
+ "rate": "45717300000000"
+ },
+ "out": {
+ "capacity": "895000000000000000",
+ "isEnabled": true,
+ "rate": "41434920000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1135000000000000000",
+ "isEnabled": true,
+ "rate": "52545960000000"
+ },
+ "out": {
+ "capacity": "907500000000000000",
+ "isEnabled": true,
+ "rate": "42013620000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1560000000000000000",
+ "isEnabled": true,
+ "rate": "72221760000000"
+ },
+ "out": {
+ "capacity": "1277500000000000000",
+ "isEnabled": true,
+ "rate": "59143140000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1285000000000000000",
+ "isEnabled": true,
+ "rate": "59490360000000"
+ },
+ "out": {
+ "capacity": "1300000000000000000",
+ "isEnabled": true,
+ "rate": "60184800000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-zksync-1": {
+ "custom": {
+ "in": {
+ "capacity": "1727500000000000000",
+ "isEnabled": true,
+ "rate": "79976340000000"
+ },
+ "out": {
+ "capacity": "1155000000000000000",
+ "isEnabled": true,
+ "rate": "53471880000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1270000000000000000",
+ "isEnabled": true,
+ "rate": "58795920000000"
+ },
+ "out": {
+ "capacity": "1277500000000000000",
+ "isEnabled": true,
+ "rate": "59143140000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1285000000000000000",
+ "isEnabled": true,
+ "rate": "59490360000000"
+ },
+ "out": {
+ "capacity": "1477500000000000000",
+ "isEnabled": true,
+ "rate": "68402340000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "sei-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1400000000000000000",
+ "isEnabled": true,
+ "rate": "64814400000000"
+ },
+ "out": {
+ "capacity": "850000000000000000",
+ "isEnabled": true,
+ "rate": "39351600000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "soneium-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1012500000000000000",
+ "isEnabled": true,
+ "rate": "46874700000000"
+ },
+ "out": {
+ "capacity": "827500000000000000",
+ "isEnabled": true,
+ "rate": "38309940000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1077500000000000000",
+ "isEnabled": true,
+ "rate": "49883940000000"
+ },
+ "out": {
+ "capacity": "1432500000000000000",
+ "isEnabled": true,
+ "rate": "66319020000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "bitcoin-mainnet-bob-1": {
+ "custom": {
+ "in": {
+ "capacity": "1175000000000000000",
+ "isEnabled": true,
+ "rate": "54397800000000"
+ },
+ "out": {
+ "capacity": "1462500000000000000",
+ "isEnabled": true,
+ "rate": "67707900000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "817500000000000000",
+ "isEnabled": true,
+ "rate": "37846980000000"
+ },
+ "out": {
+ "capacity": "817500000000000000",
+ "isEnabled": true,
+ "rate": "37846980000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1047500000000000000",
+ "isEnabled": true,
+ "rate": "48495060000000"
+ },
+ "out": {
+ "capacity": "942500000000000000",
+ "isEnabled": true,
+ "rate": "43633980000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "937500000000000000",
+ "isEnabled": true,
+ "rate": "43402500000000"
+ },
+ "out": {
+ "capacity": "1155000000000000000",
+ "isEnabled": true,
+ "rate": "53471880000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-ink-1": {
+ "custom": {
+ "in": {
+ "capacity": "1202500000000000000",
+ "isEnabled": true,
+ "rate": "55670940000000"
+ },
+ "out": {
+ "capacity": "910000000000000000",
+ "isEnabled": true,
+ "rate": "42129360000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1285000000000000000",
+ "isEnabled": true,
+ "rate": "59490360000000"
+ },
+ "out": {
+ "capacity": "1450000000000000000",
+ "isEnabled": true,
+ "rate": "67129200000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1160000000000000000",
+ "isEnabled": true,
+ "rate": "53703360000000"
+ },
+ "out": {
+ "capacity": "1527500000000000000",
+ "isEnabled": true,
+ "rate": "70717140000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-taiko-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "775000000000000000",
+ "isEnabled": true,
+ "rate": "35879400000000"
+ },
+ "out": {
+ "capacity": "1107500000000000000",
+ "isEnabled": true,
+ "rate": "51272820000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-zksync-1": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "bitcoin-mainnet-bob-1": {
+ "custom": {
+ "in": {
+ "capacity": "855000000000000000",
+ "isEnabled": true,
+ "rate": "39583080000000"
+ },
+ "out": {
+ "capacity": "1380000000000000000",
+ "isEnabled": true,
+ "rate": "63888480000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-ink-1": {
+ "custom": {
+ "in": {
+ "capacity": "1382500000000000000",
+ "isEnabled": true,
+ "rate": "64004220000000"
+ },
+ "out": {
+ "capacity": "902500000000000000",
+ "isEnabled": true,
+ "rate": "41782140000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "95850000000000000000",
+ "isEnabled": true,
+ "rate": "1109367900000000"
+ },
+ "out": {
+ "capacity": "1577500000000000000",
+ "isEnabled": true,
+ "rate": "73031940000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "150000000000000000000",
+ "isEnabled": true,
+ "rate": "1736100000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1242500000000000000",
+ "isEnabled": true,
+ "rate": "57522780000000"
+ },
+ "out": {
+ "capacity": "1140000000000000000",
+ "isEnabled": true,
+ "rate": "52777440000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ }
+ }
+ },
+ "hyperliquid-mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1237500000000000000",
+ "isEnabled": true,
+ "rate": "57291300000000"
+ },
+ "out": {
+ "capacity": "997500000000000000",
+ "isEnabled": true,
+ "rate": "46180260000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1640000000000000000",
+ "isEnabled": true,
+ "rate": "75925440000000"
+ },
+ "out": {
+ "capacity": "777500000000000000",
+ "isEnabled": true,
+ "rate": "35995140000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "845000000000000000",
+ "isEnabled": true,
+ "rate": "39120120000000"
+ },
+ "out": {
+ "capacity": "1390000000000000000",
+ "isEnabled": true,
+ "rate": "64351440000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "berachain-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1737500000000000000",
+ "isEnabled": true,
+ "rate": "80439300000000"
+ },
+ "out": {
+ "capacity": "792500000000000000",
+ "isEnabled": true,
+ "rate": "36689580000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "bitcoin-mainnet-bob-1": {
+ "custom": {
+ "in": {
+ "capacity": "1382500000000000000",
+ "isEnabled": true,
+ "rate": "64004220000000"
+ },
+ "out": {
+ "capacity": "897500000000000000",
+ "isEnabled": true,
+ "rate": "41550660000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1137500000000000000",
+ "isEnabled": true,
+ "rate": "52661700000000"
+ },
+ "out": {
+ "capacity": "1645000000000000000",
+ "isEnabled": true,
+ "rate": "76156920000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1470000000000000000",
+ "isEnabled": true,
+ "rate": "68055120000000"
+ },
+ "out": {
+ "capacity": "867500000000000000",
+ "isEnabled": true,
+ "rate": "40161780000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1557500000000000000",
+ "isEnabled": true,
+ "rate": "72106020000000"
+ },
+ "out": {
+ "capacity": "1695000000000000000",
+ "isEnabled": true,
+ "rate": "78471720000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-ink-1": {
+ "custom": {
+ "in": {
+ "capacity": "752500000000000000",
+ "isEnabled": true,
+ "rate": "34837740000000"
+ },
+ "out": {
+ "capacity": "1117500000000000000",
+ "isEnabled": true,
+ "rate": "51735780000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "custom": null,
+ "standard": null
+ },
+ "ethereum-mainnet-taiko-1": {
+ "custom": {
+ "in": {
+ "capacity": "1702500000000000000",
+ "isEnabled": true,
+ "rate": "78818940000000"
+ },
+ "out": {
+ "capacity": "1325000000000000000",
+ "isEnabled": true,
+ "rate": "61342200000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-zksync-1": {
+ "custom": {
+ "in": {
+ "capacity": "1040000000000000000",
+ "isEnabled": true,
+ "rate": "48147840000000"
+ },
+ "out": {
+ "capacity": "82950000000000000000",
+ "isEnabled": true,
+ "rate": "960008000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "150000000000000000000",
+ "isEnabled": true,
+ "rate": "1736000000000000"
+ }
+ }
+ },
+ "hyperliquid-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1592500000000000000",
+ "isEnabled": true,
+ "rate": "73726380000000"
+ },
+ "out": {
+ "capacity": "810000000000000000",
+ "isEnabled": true,
+ "rate": "37499760000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "757500000000000000",
+ "isEnabled": true,
+ "rate": "35069220000000"
+ },
+ "out": {
+ "capacity": "1390000000000000000",
+ "isEnabled": true,
+ "rate": "64351440000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "monad-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "3260000000000000000",
+ "isEnabled": true,
+ "rate": "37731240000000"
+ },
+ "out": {
+ "capacity": "13500000000000000000",
+ "isEnabled": true,
+ "rate": "156249000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000000000",
+ "isEnabled": true,
+ "rate": "57870000000000"
+ },
+ "out": {
+ "capacity": "30000000000000000000",
+ "isEnabled": true,
+ "rate": "347220000000000"
+ }
+ }
+ },
+ "sei-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1565000000000000000",
+ "isEnabled": true,
+ "rate": "72453240000000"
+ },
+ "out": {
+ "capacity": "1740000000000000000",
+ "isEnabled": true,
+ "rate": "80555040000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "101000000",
+ "isEnabled": true,
+ "rate": "4675"
+ },
+ "out": {
+ "capacity": "1557500000000000000",
+ "isEnabled": true,
+ "rate": "72106020000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "250000000",
+ "isEnabled": true,
+ "rate": "11574"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "soneium-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1350000000000000000",
+ "isEnabled": true,
+ "rate": "62499600000000"
+ },
+ "out": {
+ "capacity": "24120000000000000000",
+ "isEnabled": true,
+ "rate": "279164880000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "60000000000000000000",
+ "isEnabled": true,
+ "rate": "694440000000000"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "875000000000000000",
+ "isEnabled": true,
+ "rate": "40509000000000"
+ },
+ "out": {
+ "capacity": "930000000000000000",
+ "isEnabled": true,
+ "rate": "43055280000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ }
+ }
+ },
+ "matic-mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "947500000000000000",
+ "isEnabled": true,
+ "rate": "43865460000000"
+ },
+ "out": {
+ "capacity": "1037500000000000000",
+ "isEnabled": true,
+ "rate": "48032100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "bitcoin-mainnet-bob-1": {
+ "custom": {
+ "in": {
+ "capacity": "1455000000000000000",
+ "isEnabled": true,
+ "rate": "67360680000000"
+ },
+ "out": {
+ "capacity": "997500000000000000",
+ "isEnabled": true,
+ "rate": "46180260000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1692500000000000000",
+ "isEnabled": true,
+ "rate": "78355980000000"
+ },
+ "out": {
+ "capacity": "1597500000000000000",
+ "isEnabled": true,
+ "rate": "73957860000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "765000000000000000",
+ "isEnabled": true,
+ "rate": "35416440000000"
+ },
+ "out": {
+ "capacity": "935000000000000000",
+ "isEnabled": true,
+ "rate": "43286760000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1632500000000000000",
+ "isEnabled": true,
+ "rate": "75578220000000"
+ },
+ "out": {
+ "capacity": "1592500000000000000",
+ "isEnabled": true,
+ "rate": "73726380000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-ink-1": {
+ "custom": {
+ "in": {
+ "capacity": "810000000000000000",
+ "isEnabled": true,
+ "rate": "37499760000000"
+ },
+ "out": {
+ "capacity": "915000000000000000",
+ "isEnabled": true,
+ "rate": "42360840000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "830000000000000000",
+ "isEnabled": true,
+ "rate": "38425680000000"
+ },
+ "out": {
+ "capacity": "927500000000000000",
+ "isEnabled": true,
+ "rate": "42939540000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-zksync-1": {
+ "custom": {
+ "in": {
+ "capacity": "1645000000000000000",
+ "isEnabled": true,
+ "rate": "76156920000000"
+ },
+ "out": {
+ "capacity": "982500000000000000",
+ "isEnabled": true,
+ "rate": "45485820000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1590000000000000000",
+ "isEnabled": true,
+ "rate": "73610640000000"
+ },
+ "out": {
+ "capacity": "1212500000000000000",
+ "isEnabled": true,
+ "rate": "56133900000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "sei-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "807500000000000000",
+ "isEnabled": true,
+ "rate": "37384020000000"
+ },
+ "out": {
+ "capacity": "1662500000000000000",
+ "isEnabled": true,
+ "rate": "76967100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "soneium-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "855000000000000000",
+ "isEnabled": true,
+ "rate": "39583080000000"
+ },
+ "out": {
+ "capacity": "1230000000000000000",
+ "isEnabled": true,
+ "rate": "56944080000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ }
+ }
+ },
+ "monad-mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "19530000000000000000",
+ "isEnabled": true,
+ "rate": "226040220000000"
+ },
+ "out": {
+ "capacity": "2240000000000000000",
+ "isEnabled": true,
+ "rate": "25925760000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "30000000000000000000",
+ "isEnabled": true,
+ "rate": "347220000000000"
+ },
+ "out": {
+ "capacity": "5000000000000000000",
+ "isEnabled": true,
+ "rate": "57870000000000"
+ }
+ }
+ }
+ }
+ },
+ "sei-mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1277500000000000000",
+ "isEnabled": true,
+ "rate": "59143140000000"
+ },
+ "out": {
+ "capacity": "1317500000000000000",
+ "isEnabled": true,
+ "rate": "60994980000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "bitcoin-mainnet-bob-1": {
+ "custom": {
+ "in": {
+ "capacity": "1125000000000000000",
+ "isEnabled": true,
+ "rate": "52083000000000"
+ },
+ "out": {
+ "capacity": "1040000000000000000",
+ "isEnabled": true,
+ "rate": "48147840000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "912500000000000000",
+ "isEnabled": true,
+ "rate": "42245100000000"
+ },
+ "out": {
+ "capacity": "1135000000000000000",
+ "isEnabled": true,
+ "rate": "52545960000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-ink-1": {
+ "custom": {
+ "in": {
+ "capacity": "820000000000000000",
+ "isEnabled": true,
+ "rate": "37962720000000"
+ },
+ "out": {
+ "capacity": "1060000000000000000",
+ "isEnabled": true,
+ "rate": "49073760000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1377500000000000000",
+ "isEnabled": true,
+ "rate": "63772740000000"
+ },
+ "out": {
+ "capacity": "1097500000000000000",
+ "isEnabled": true,
+ "rate": "50809860000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "750000000000000000",
+ "isEnabled": true,
+ "rate": "34722000000000"
+ },
+ "out": {
+ "capacity": "930000000000000000",
+ "isEnabled": true,
+ "rate": "43055280000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ }
+ }
+ },
+ "solana-mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "419250000",
+ "isEnabled": true,
+ "rate": "19409"
+ },
+ "out": {
+ "capacity": "415500000",
+ "isEnabled": true,
+ "rate": "19235"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "750000000",
+ "isEnabled": true,
+ "rate": "34722"
+ },
+ "out": {
+ "capacity": "750000000",
+ "isEnabled": true,
+ "rate": "34722"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "160000000",
+ "isEnabled": true,
+ "rate": "7407"
+ },
+ "out": {
+ "capacity": "155500000",
+ "isEnabled": true,
+ "rate": "7199"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "250000000",
+ "isEnabled": true,
+ "rate": "11574"
+ },
+ "out": {
+ "capacity": "250000000",
+ "isEnabled": true,
+ "rate": "11574"
+ }
+ }
+ }
+ }
+ },
+ "soneium-mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "bitcoin-mainnet-bob-1": {
+ "custom": {
+ "in": {
+ "capacity": "990000000000000000",
+ "isEnabled": true,
+ "rate": "45833040000000"
+ },
+ "out": {
+ "capacity": "1147500000000000000",
+ "isEnabled": true,
+ "rate": "53124660000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-ink-1": {
+ "custom": {
+ "in": {
+ "capacity": "1487500000000000000",
+ "isEnabled": true,
+ "rate": "68865300000000"
+ },
+ "out": {
+ "capacity": "1390000000000000000",
+ "isEnabled": true,
+ "rate": "64351440000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "39600000000000000000",
+ "isEnabled": true,
+ "rate": "458330400000000"
+ },
+ "out": {
+ "capacity": "912500000000000000",
+ "isEnabled": true,
+ "rate": "42245100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "60000000000000000000",
+ "isEnabled": true,
+ "rate": "694440000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1257500000000000000",
+ "isEnabled": true,
+ "rate": "58217220000000"
+ },
+ "out": {
+ "capacity": "1390000000000000000",
+ "isEnabled": true,
+ "rate": "64351440000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1340000000000000000",
+ "isEnabled": true,
+ "rate": "62036640000000"
+ },
+ "out": {
+ "capacity": "1330000000000000000",
+ "isEnabled": true,
+ "rate": "61573680000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "SolvBTC.BERA": {
+ "berachain-mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "bitcoin-mainnet-bob-1": {
+ "custom": {
+ "in": {
+ "capacity": "1215000000000000000",
+ "isEnabled": true,
+ "rate": "56249640000000"
+ },
+ "out": {
+ "capacity": "800000000000000000",
+ "isEnabled": true,
+ "rate": "37036800000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "947500000000000000",
+ "isEnabled": true,
+ "rate": "43865460000000"
+ },
+ "out": {
+ "capacity": "762500000000000000",
+ "isEnabled": true,
+ "rate": "35300700000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "887500000000000000",
+ "isEnabled": true,
+ "rate": "41087700000000"
+ },
+ "out": {
+ "capacity": "1537500000000000000",
+ "isEnabled": true,
+ "rate": "71180100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ }
+ }
+ },
+ "bitcoin-mainnet-bob-1": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "berachain-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1572500000000000000",
+ "isEnabled": true,
+ "rate": "72800460000000"
+ },
+ "out": {
+ "capacity": "970000000000000000",
+ "isEnabled": true,
+ "rate": "44907120000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1057500000000000000",
+ "isEnabled": true,
+ "rate": "48958020000000"
+ },
+ "out": {
+ "capacity": "1330000000000000000",
+ "isEnabled": true,
+ "rate": "61573680000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1050000000000000000",
+ "isEnabled": true,
+ "rate": "48610800000000"
+ },
+ "out": {
+ "capacity": "1720000000000000000",
+ "isEnabled": true,
+ "rate": "79629120000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "berachain-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1667500000000000000",
+ "isEnabled": true,
+ "rate": "77198580000000"
+ },
+ "out": {
+ "capacity": "985000000000000000",
+ "isEnabled": true,
+ "rate": "45601560000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "bitcoin-mainnet-bob-1": {
+ "custom": {
+ "in": {
+ "capacity": "1645000000000000000",
+ "isEnabled": true,
+ "rate": "76156920000000"
+ },
+ "out": {
+ "capacity": "1337500000000000000",
+ "isEnabled": true,
+ "rate": "61920900000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "932500000000000000",
+ "isEnabled": true,
+ "rate": "43171020000000"
+ },
+ "out": {
+ "capacity": "1087500000000000000",
+ "isEnabled": true,
+ "rate": "50346900000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "berachain-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1435000000000000000",
+ "isEnabled": true,
+ "rate": "66434760000000"
+ },
+ "out": {
+ "capacity": "1140000000000000000",
+ "isEnabled": true,
+ "rate": "52777440000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "bitcoin-mainnet-bob-1": {
+ "custom": {
+ "in": {
+ "capacity": "1422500000000000000",
+ "isEnabled": true,
+ "rate": "65856060000000"
+ },
+ "out": {
+ "capacity": "1525000000000000000",
+ "isEnabled": true,
+ "rate": "70601400000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1380000000000000000",
+ "isEnabled": true,
+ "rate": "63888480000000"
+ },
+ "out": {
+ "capacity": "1255000000000000000",
+ "isEnabled": true,
+ "rate": "58101480000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "SolvBTC.JUP": {
+ "bitcoin-mainnet-bob-1": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "810000000000000000",
+ "isEnabled": true,
+ "rate": "37499760000000"
+ },
+ "out": {
+ "capacity": "1457500000000000000",
+ "isEnabled": true,
+ "rate": "67476420000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "soneium-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1282500000000000000",
+ "isEnabled": true,
+ "rate": "59374620000000"
+ },
+ "out": {
+ "capacity": "1132500000000000000",
+ "isEnabled": true,
+ "rate": "52430220000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "bitcoin-mainnet-bob-1": {
+ "custom": {
+ "in": {
+ "capacity": "1225000000000000000",
+ "isEnabled": true,
+ "rate": "56712600000000"
+ },
+ "out": {
+ "capacity": "1142500000000000000",
+ "isEnabled": true,
+ "rate": "52893180000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "2940000000",
+ "isEnabled": true,
+ "rate": "34027"
+ },
+ "out": {
+ "capacity": "34850000000000000000",
+ "isEnabled": true,
+ "rate": "403353900000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "57870"
+ },
+ "out": {
+ "capacity": "50000000000000000000",
+ "isEnabled": true,
+ "rate": "578700000000000"
+ }
+ }
+ },
+ "soneium-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "33900000000000000000",
+ "isEnabled": true,
+ "rate": "392358600000000"
+ },
+ "out": {
+ "capacity": "53800000000000000000",
+ "isEnabled": true,
+ "rate": "622681200000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000",
+ "isEnabled": true,
+ "rate": "1157400000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000",
+ "isEnabled": true,
+ "rate": "1157400000000000"
+ }
+ }
+ }
+ }
+ },
+ "solana-mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1675000000",
+ "isEnabled": true,
+ "rate": "19386"
+ },
+ "out": {
+ "capacity": "1845000000",
+ "isEnabled": true,
+ "rate": "21354"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "57870"
+ },
+ "out": {
+ "capacity": "5000000000",
+ "isEnabled": true,
+ "rate": "57870"
+ }
+ }
+ }
+ }
+ },
+ "soneium-mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "bitcoin-mainnet-bob-1": {
+ "custom": {
+ "in": {
+ "capacity": "1457500000000000000",
+ "isEnabled": true,
+ "rate": "67476420000000"
+ },
+ "out": {
+ "capacity": "1075000000000000000",
+ "isEnabled": true,
+ "rate": "49768200000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "69000000000000000000",
+ "isEnabled": true,
+ "rate": "798606000000000"
+ },
+ "out": {
+ "capacity": "67600000000000000000",
+ "isEnabled": true,
+ "rate": "782402400000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000",
+ "isEnabled": true,
+ "rate": "1157400000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000",
+ "isEnabled": true,
+ "rate": "1157400000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "STABLE": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "4704000000000000000000",
+ "isEnabled": true,
+ "rate": "54432000000000000"
+ },
+ "out": {
+ "capacity": "2716000000000000000000",
+ "isEnabled": true,
+ "rate": "31428000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "7000000000000000000000",
+ "isEnabled": true,
+ "rate": "81000000000000000"
+ },
+ "out": {
+ "capacity": "7000000000000000000000",
+ "isEnabled": true,
+ "rate": "81000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "3661000000000000000000",
+ "isEnabled": true,
+ "rate": "42363000000000000"
+ },
+ "out": {
+ "capacity": "3430000000000000000000",
+ "isEnabled": true,
+ "rate": "39690000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "7000000000000000000000",
+ "isEnabled": true,
+ "rate": "81000000000000000"
+ },
+ "out": {
+ "capacity": "7000000000000000000000",
+ "isEnabled": true,
+ "rate": "81000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": null,
+ "standard": null
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "3976000000000000000000",
+ "isEnabled": true,
+ "rate": "46008000000000000"
+ },
+ "out": {
+ "capacity": "3766000000000000000000",
+ "isEnabled": true,
+ "rate": "43578000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "7000000000000000000000",
+ "isEnabled": true,
+ "rate": "81000000000000000"
+ },
+ "out": {
+ "capacity": "7000000000000000000000",
+ "isEnabled": true,
+ "rate": "81000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "2625000000000000000000",
+ "isEnabled": true,
+ "rate": "30375000000000000"
+ },
+ "out": {
+ "capacity": "4809000000000000000000",
+ "isEnabled": true,
+ "rate": "55647000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "7000000000000000000000",
+ "isEnabled": true,
+ "rate": "81000000000000000"
+ },
+ "out": {
+ "capacity": "7000000000000000000000",
+ "isEnabled": true,
+ "rate": "81000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "3528000000000000000000",
+ "isEnabled": true,
+ "rate": "40824000000000000"
+ },
+ "out": {
+ "capacity": "3885000000000000000000",
+ "isEnabled": true,
+ "rate": "44955000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "7000000000000000000000",
+ "isEnabled": true,
+ "rate": "81000000000000000"
+ },
+ "out": {
+ "capacity": "7000000000000000000000",
+ "isEnabled": true,
+ "rate": "81000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "STABUL": {
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "matic-mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ }
+ },
+ "stBTC": {
+ "bitcoin-mainnet-bsquared-1": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "bitcoin-mainnet-bsquared-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "STBU": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1",
+ "isEnabled": true,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2",
+ "isEnabled": true,
+ "rate": "1"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1",
+ "isEnabled": true,
+ "rate": "0"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "2",
+ "isEnabled": true,
+ "rate": "1"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1",
+ "isEnabled": true,
+ "rate": "0"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "2",
+ "isEnabled": true,
+ "rate": "1"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1",
+ "isEnabled": true,
+ "rate": "0"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "2",
+ "isEnabled": true,
+ "rate": "1"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1",
+ "isEnabled": true,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2",
+ "isEnabled": true,
+ "rate": "1"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "matic-mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1",
+ "isEnabled": true,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2",
+ "isEnabled": true,
+ "rate": "1"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "stTAO": {
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "145600000000",
+ "isEnabled": true,
+ "rate": "15142400"
+ },
+ "out": {
+ "capacity": "209200000000",
+ "isEnabled": true,
+ "rate": "21756800"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "400000000000",
+ "isEnabled": true,
+ "rate": "41600000"
+ },
+ "out": {
+ "capacity": "400000000000",
+ "isEnabled": true,
+ "rate": "41600000"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "157600000000",
+ "isEnabled": true,
+ "rate": "16390400"
+ },
+ "out": {
+ "capacity": "269600000000",
+ "isEnabled": true,
+ "rate": "28038400"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "400000000000",
+ "isEnabled": true,
+ "rate": "41600000"
+ },
+ "out": {
+ "capacity": "400000000000",
+ "isEnabled": true,
+ "rate": "41600000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "191600000000",
+ "isEnabled": true,
+ "rate": "19926400"
+ },
+ "out": {
+ "capacity": "129200000000",
+ "isEnabled": true,
+ "rate": "13436800"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "400000000000",
+ "isEnabled": true,
+ "rate": "41600000"
+ },
+ "out": {
+ "capacity": "400000000000",
+ "isEnabled": true,
+ "rate": "41600000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "134400000000",
+ "isEnabled": true,
+ "rate": "13977600"
+ },
+ "out": {
+ "capacity": "243600000000",
+ "isEnabled": true,
+ "rate": "25334400"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "400000000000",
+ "isEnabled": true,
+ "rate": "41600000"
+ },
+ "out": {
+ "capacity": "400000000000",
+ "isEnabled": true,
+ "rate": "41600000"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "241600000000",
+ "isEnabled": true,
+ "rate": "25126400"
+ },
+ "out": {
+ "capacity": "121600000000",
+ "isEnabled": true,
+ "rate": "12646400"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "400000000000",
+ "isEnabled": true,
+ "rate": "41600000"
+ },
+ "out": {
+ "capacity": "400000000000",
+ "isEnabled": true,
+ "rate": "41600000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "184400000000",
+ "isEnabled": true,
+ "rate": "19177600"
+ },
+ "out": {
+ "capacity": "207600000000",
+ "isEnabled": true,
+ "rate": "21590400"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "400000000000",
+ "isEnabled": true,
+ "rate": "41600000"
+ },
+ "out": {
+ "capacity": "400000000000",
+ "isEnabled": true,
+ "rate": "41600000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "145200000000",
+ "isEnabled": true,
+ "rate": "15100800"
+ },
+ "out": {
+ "capacity": "139200000000",
+ "isEnabled": true,
+ "rate": "14476800"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "400000000000",
+ "isEnabled": true,
+ "rate": "41600000"
+ },
+ "out": {
+ "capacity": "400000000000",
+ "isEnabled": true,
+ "rate": "41600000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "272400000000",
+ "isEnabled": true,
+ "rate": "28329600"
+ },
+ "out": {
+ "capacity": "272400000000",
+ "isEnabled": true,
+ "rate": "28329600"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "400000000000",
+ "isEnabled": true,
+ "rate": "41600000"
+ },
+ "out": {
+ "capacity": "400000000000",
+ "isEnabled": true,
+ "rate": "41600000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "234000000000",
+ "isEnabled": true,
+ "rate": "24336000"
+ },
+ "out": {
+ "capacity": "159200000000",
+ "isEnabled": true,
+ "rate": "16556800"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "400000000000",
+ "isEnabled": true,
+ "rate": "41600000"
+ },
+ "out": {
+ "capacity": "400000000000",
+ "isEnabled": true,
+ "rate": "41600000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "232000000000",
+ "isEnabled": true,
+ "rate": "24128000"
+ },
+ "out": {
+ "capacity": "133200000000",
+ "isEnabled": true,
+ "rate": "13852800"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "400000000000",
+ "isEnabled": true,
+ "rate": "41600000"
+ },
+ "out": {
+ "capacity": "400000000000",
+ "isEnabled": true,
+ "rate": "41600000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "241600000000",
+ "isEnabled": true,
+ "rate": "25126400"
+ },
+ "out": {
+ "capacity": "123600000000",
+ "isEnabled": true,
+ "rate": "12854400"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "400000000000",
+ "isEnabled": true,
+ "rate": "41600000"
+ },
+ "out": {
+ "capacity": "400000000000",
+ "isEnabled": true,
+ "rate": "41600000"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "127600000000",
+ "isEnabled": true,
+ "rate": "13270400"
+ },
+ "out": {
+ "capacity": "233200000000",
+ "isEnabled": true,
+ "rate": "24252800"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "400000000000",
+ "isEnabled": true,
+ "rate": "41600000"
+ },
+ "out": {
+ "capacity": "400000000000",
+ "isEnabled": true,
+ "rate": "41600000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "suBTC": {
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "4216000000000000000",
+ "isEnabled": true,
+ "rate": "48800200000000"
+ },
+ "out": {
+ "capacity": "3976000000000000000",
+ "isEnabled": true,
+ "rate": "46022200000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "8000000000000000000",
+ "isEnabled": true,
+ "rate": "92600000000000"
+ },
+ "out": {
+ "capacity": "8000000000000000000",
+ "isEnabled": true,
+ "rate": "92600000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "3480000000000000000",
+ "isEnabled": true,
+ "rate": "40281000000000"
+ },
+ "out": {
+ "capacity": "5272000000000000000",
+ "isEnabled": true,
+ "rate": "61023400000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "8000000000000000000",
+ "isEnabled": true,
+ "rate": "92600000000000"
+ },
+ "out": {
+ "capacity": "8000000000000000000",
+ "isEnabled": true,
+ "rate": "92600000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "5112000000000000000",
+ "isEnabled": true,
+ "rate": "59171400000000"
+ },
+ "out": {
+ "capacity": "5400000000000000000",
+ "isEnabled": true,
+ "rate": "62505000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "8000000000000000000",
+ "isEnabled": true,
+ "rate": "92600000000000"
+ },
+ "out": {
+ "capacity": "8000000000000000000",
+ "isEnabled": true,
+ "rate": "92600000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "2768000000000000000",
+ "isEnabled": true,
+ "rate": "32039600000000"
+ },
+ "out": {
+ "capacity": "5280000000000000000",
+ "isEnabled": true,
+ "rate": "61116000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "8000000000000000000",
+ "isEnabled": true,
+ "rate": "92600000000000"
+ },
+ "out": {
+ "capacity": "8000000000000000000",
+ "isEnabled": true,
+ "rate": "92600000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "4056000000000000000",
+ "isEnabled": true,
+ "rate": "46948200000000"
+ },
+ "out": {
+ "capacity": "3696000000000000000",
+ "isEnabled": true,
+ "rate": "42781200000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "8000000000000000000",
+ "isEnabled": true,
+ "rate": "92600000000000"
+ },
+ "out": {
+ "capacity": "8000000000000000000",
+ "isEnabled": true,
+ "rate": "92600000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "3256000000000000000",
+ "isEnabled": true,
+ "rate": "37688200000000"
+ },
+ "out": {
+ "capacity": "4528000000000000000",
+ "isEnabled": true,
+ "rate": "52411600000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "8000000000000000000",
+ "isEnabled": true,
+ "rate": "92600000000000"
+ },
+ "out": {
+ "capacity": "8000000000000000000",
+ "isEnabled": true,
+ "rate": "92600000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "suETH": {
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "86100000000000000000",
+ "isEnabled": true,
+ "rate": "975800000000000"
+ },
+ "out": {
+ "capacity": "57000000000000000000",
+ "isEnabled": true,
+ "rate": "646000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "150000000000000000000",
+ "isEnabled": true,
+ "rate": "1700000000000000"
+ },
+ "out": {
+ "capacity": "150000000000000000000",
+ "isEnabled": true,
+ "rate": "1700000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "74100000000000000000",
+ "isEnabled": true,
+ "rate": "839800000000000"
+ },
+ "out": {
+ "capacity": "95850000000000000000",
+ "isEnabled": true,
+ "rate": "1086300000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "150000000000000000000",
+ "isEnabled": true,
+ "rate": "1700000000000000"
+ },
+ "out": {
+ "capacity": "150000000000000000000",
+ "isEnabled": true,
+ "rate": "1700000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "79050000000000000000",
+ "isEnabled": true,
+ "rate": "895900000000000"
+ },
+ "out": {
+ "capacity": "78600000000000000000",
+ "isEnabled": true,
+ "rate": "890800000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "150000000000000000000",
+ "isEnabled": true,
+ "rate": "1700000000000000"
+ },
+ "out": {
+ "capacity": "150000000000000000000",
+ "isEnabled": true,
+ "rate": "1700000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "48900000000000000000",
+ "isEnabled": true,
+ "rate": "554200000000000"
+ },
+ "out": {
+ "capacity": "91350000000000000000",
+ "isEnabled": true,
+ "rate": "1035300000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "150000000000000000000",
+ "isEnabled": true,
+ "rate": "1700000000000000"
+ },
+ "out": {
+ "capacity": "150000000000000000000",
+ "isEnabled": true,
+ "rate": "1700000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "97200000000000000000",
+ "isEnabled": true,
+ "rate": "1101600000000000"
+ },
+ "out": {
+ "capacity": "58500000000000000000",
+ "isEnabled": true,
+ "rate": "663000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "150000000000000000000",
+ "isEnabled": true,
+ "rate": "1700000000000000"
+ },
+ "out": {
+ "capacity": "150000000000000000000",
+ "isEnabled": true,
+ "rate": "1700000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "62700000000000000000",
+ "isEnabled": true,
+ "rate": "710600000000000"
+ },
+ "out": {
+ "capacity": "90450000000000000000",
+ "isEnabled": true,
+ "rate": "1025100000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "150000000000000000000",
+ "isEnabled": true,
+ "rate": "1700000000000000"
+ },
+ "out": {
+ "capacity": "150000000000000000000",
+ "isEnabled": true,
+ "rate": "1700000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "sUSD1+": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": null,
+ "remote": {
+ "mainnet": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "suUSD": {
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "78200000000000000000000",
+ "isEnabled": true,
+ "rate": "904774000000000000"
+ },
+ "out": {
+ "capacity": "100200000000000000000000",
+ "isEnabled": true,
+ "rate": "1159314000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000000000000000000",
+ "isEnabled": true,
+ "rate": "2314000000000000000"
+ },
+ "out": {
+ "capacity": "200000000000000000000000",
+ "isEnabled": true,
+ "rate": "2314000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "89400000000000000000000",
+ "isEnabled": true,
+ "rate": "1034358000000000000"
+ },
+ "out": {
+ "capacity": "101000000000000000000000",
+ "isEnabled": true,
+ "rate": "1168570000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000000000000000000",
+ "isEnabled": true,
+ "rate": "2314000000000000000"
+ },
+ "out": {
+ "capacity": "200000000000000000000000",
+ "isEnabled": true,
+ "rate": "2314000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "116000000000000000000000",
+ "isEnabled": true,
+ "rate": "1342120000000000000"
+ },
+ "out": {
+ "capacity": "139200000000000000000000",
+ "isEnabled": true,
+ "rate": "1610544000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000000000000000000",
+ "isEnabled": true,
+ "rate": "2314000000000000000"
+ },
+ "out": {
+ "capacity": "200000000000000000000000",
+ "isEnabled": true,
+ "rate": "2314000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "66600000000000000000000",
+ "isEnabled": true,
+ "rate": "770562000000000000"
+ },
+ "out": {
+ "capacity": "78000000000000000000000",
+ "isEnabled": true,
+ "rate": "902460000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000000000000000000",
+ "isEnabled": true,
+ "rate": "2314000000000000000"
+ },
+ "out": {
+ "capacity": "200000000000000000000000",
+ "isEnabled": true,
+ "rate": "2314000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "64800000000000000000000",
+ "isEnabled": true,
+ "rate": "749736000000000000"
+ },
+ "out": {
+ "capacity": "64600000000000000000000",
+ "isEnabled": true,
+ "rate": "747422000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000000000000000000",
+ "isEnabled": true,
+ "rate": "2314000000000000000"
+ },
+ "out": {
+ "capacity": "200000000000000000000000",
+ "isEnabled": true,
+ "rate": "2314000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "71000000000000000000000",
+ "isEnabled": true,
+ "rate": "821470000000000000"
+ },
+ "out": {
+ "capacity": "111600000000000000000000",
+ "isEnabled": true,
+ "rate": "1291212000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000000000000000000",
+ "isEnabled": true,
+ "rate": "2314000000000000000"
+ },
+ "out": {
+ "capacity": "200000000000000000000000",
+ "isEnabled": true,
+ "rate": "2314000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "SXT": {
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "syrupUSDC": {
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "hyperliquid-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "hyperliquid-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "solana-mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "syrupUSDT": {
+ "ethereum-mainnet-mantle-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "ethereum-mainnet-mantle-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "plasma-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "plasma-mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tETH": {
+ "avalanche-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": null,
+ "standard": null
+ },
+ "tac-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "tac-mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "THE": {
+ "binance-smart-chain-mainnet-opbnb-1": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "binance-smart-chain-mainnet-opbnb-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "297000000000000000000000",
+ "isEnabled": true,
+ "rate": "165132000000000000000"
+ },
+ "out": {
+ "capacity": "394500000000000000000000",
+ "isEnabled": true,
+ "rate": "219342000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "750000000000000000000000",
+ "isEnabled": true,
+ "rate": "417000000000000000000"
+ },
+ "out": {
+ "capacity": "750000000000000000000000",
+ "isEnabled": true,
+ "rate": "417000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "matic-mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "432000000000000000000000",
+ "isEnabled": true,
+ "rate": "240192000000000000000"
+ },
+ "out": {
+ "capacity": "390750000000000000000000",
+ "isEnabled": true,
+ "rate": "217257000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "750000000000000000000000",
+ "isEnabled": true,
+ "rate": "417000000000000000000"
+ },
+ "out": {
+ "capacity": "750000000000000000000000",
+ "isEnabled": true,
+ "rate": "417000000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "TRADE": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "matic-mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": null,
+ "standard": null
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "TREE": {
+ "avalanche-mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "TURBO": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "4704000000000000000000000",
+ "isEnabled": true,
+ "rate": "1306666636800000000000"
+ },
+ "out": {
+ "capacity": "3822000000000000000000000",
+ "isEnabled": true,
+ "rate": "1061666642400000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "7000000000000000000000000",
+ "isEnabled": true,
+ "rate": "1944444400000000000000"
+ },
+ "out": {
+ "capacity": "7000000000000000000000000",
+ "isEnabled": true,
+ "rate": "1944444400000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "4781000000000000000000000",
+ "isEnabled": true,
+ "rate": "1328055525200000000000"
+ },
+ "out": {
+ "capacity": "2744000000000000000000000",
+ "isEnabled": true,
+ "rate": "762222204800000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "7000000000000000000000000",
+ "isEnabled": true,
+ "rate": "1944444400000000000000"
+ },
+ "out": {
+ "capacity": "7000000000000000000000000",
+ "isEnabled": true,
+ "rate": "1944444400000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "TURTLE": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "una.USDC": {
+ "mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "wemix-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "99600000000",
+ "isEnabled": true,
+ "rate": "27665560"
+ },
+ "out": {
+ "capacity": "129000000000",
+ "isEnabled": true,
+ "rate": "35831900"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "300000000000",
+ "isEnabled": true,
+ "rate": "83330000"
+ },
+ "out": {
+ "capacity": "300000000000",
+ "isEnabled": true,
+ "rate": "83330000"
+ }
+ }
+ }
+ }
+ },
+ "wemix-mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "171300000000",
+ "isEnabled": true,
+ "rate": "47581430"
+ },
+ "out": {
+ "capacity": "140100000000",
+ "isEnabled": true,
+ "rate": "38915110"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "300000000000",
+ "isEnabled": true,
+ "rate": "83330000"
+ },
+ "out": {
+ "capacity": "300000000000",
+ "isEnabled": true,
+ "rate": "83330000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "una.WEMIX": {
+ "avalanche-mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "wemix-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "62600000000000000000000",
+ "isEnabled": true,
+ "rate": "17387150000000000000"
+ },
+ "out": {
+ "capacity": "118800000000000000000000",
+ "isEnabled": true,
+ "rate": "32996700000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000000000000000000",
+ "isEnabled": true,
+ "rate": "55550000000000000000"
+ },
+ "out": {
+ "capacity": "200000000000000000000000",
+ "isEnabled": true,
+ "rate": "55550000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "wemix-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "83000000000000000000000",
+ "isEnabled": true,
+ "rate": "23053250000000000000"
+ },
+ "out": {
+ "capacity": "129000000000000000000000",
+ "isEnabled": true,
+ "rate": "35829750000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000000000000000000",
+ "isEnabled": true,
+ "rate": "55550000000000000000"
+ },
+ "out": {
+ "capacity": "200000000000000000000000",
+ "isEnabled": true,
+ "rate": "55550000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "wemix-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "117000000000000000000000",
+ "isEnabled": true,
+ "rate": "32496750000000000000"
+ },
+ "out": {
+ "capacity": "135400000000000000000000",
+ "isEnabled": true,
+ "rate": "37607350000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000000000000000000",
+ "isEnabled": true,
+ "rate": "55550000000000000000"
+ },
+ "out": {
+ "capacity": "200000000000000000000000",
+ "isEnabled": true,
+ "rate": "55550000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "wemix-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "71600000000000000000000",
+ "isEnabled": true,
+ "rate": "19886900000000000000"
+ },
+ "out": {
+ "capacity": "90000000000000000000000",
+ "isEnabled": true,
+ "rate": "24997500000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000000000000000000",
+ "isEnabled": true,
+ "rate": "55550000000000000000"
+ },
+ "out": {
+ "capacity": "200000000000000000000000",
+ "isEnabled": true,
+ "rate": "55550000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "wemix-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "106600000000000000000000",
+ "isEnabled": true,
+ "rate": "29608150000000000000"
+ },
+ "out": {
+ "capacity": "70200000000000000000000",
+ "isEnabled": true,
+ "rate": "19498050000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000000000000000000",
+ "isEnabled": true,
+ "rate": "55550000000000000000"
+ },
+ "out": {
+ "capacity": "200000000000000000000000",
+ "isEnabled": true,
+ "rate": "55550000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "matic-mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "wemix-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "127000000000000000000000",
+ "isEnabled": true,
+ "rate": "35274250000000000000"
+ },
+ "out": {
+ "capacity": "73400000000000000000000",
+ "isEnabled": true,
+ "rate": "20386850000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000000000000000000",
+ "isEnabled": true,
+ "rate": "55550000000000000000"
+ },
+ "out": {
+ "capacity": "200000000000000000000000",
+ "isEnabled": true,
+ "rate": "55550000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "wemix-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "102000000000000000000000",
+ "isEnabled": true,
+ "rate": "28330500000000000000"
+ },
+ "out": {
+ "capacity": "139000000000000000000000",
+ "isEnabled": true,
+ "rate": "38607250000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000000000000000000",
+ "isEnabled": true,
+ "rate": "55550000000000000000"
+ },
+ "out": {
+ "capacity": "200000000000000000000000",
+ "isEnabled": true,
+ "rate": "55550000000000000000"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "118800000000000000000000",
+ "isEnabled": true,
+ "rate": "32996700000000000000"
+ },
+ "out": {
+ "capacity": "95200000000000000000000",
+ "isEnabled": true,
+ "rate": "26441800000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000000000000000000",
+ "isEnabled": true,
+ "rate": "55550000000000000000"
+ },
+ "out": {
+ "capacity": "200000000000000000000000",
+ "isEnabled": true,
+ "rate": "55550000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "78400000000000000000000",
+ "isEnabled": true,
+ "rate": "21775600000000000000"
+ },
+ "out": {
+ "capacity": "131400000000000000000000",
+ "isEnabled": true,
+ "rate": "36496350000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000000000000000000",
+ "isEnabled": true,
+ "rate": "55550000000000000000"
+ },
+ "out": {
+ "capacity": "200000000000000000000000",
+ "isEnabled": true,
+ "rate": "55550000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "63400000000000000000000",
+ "isEnabled": true,
+ "rate": "17609350000000000000"
+ },
+ "out": {
+ "capacity": "123800000000000000000000",
+ "isEnabled": true,
+ "rate": "34385450000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000000000000000000",
+ "isEnabled": true,
+ "rate": "55550000000000000000"
+ },
+ "out": {
+ "capacity": "200000000000000000000000",
+ "isEnabled": true,
+ "rate": "55550000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "136000000000000000000000",
+ "isEnabled": true,
+ "rate": "37774000000000000000"
+ },
+ "out": {
+ "capacity": "92200000000000000000000",
+ "isEnabled": true,
+ "rate": "25608550000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000000000000000000",
+ "isEnabled": true,
+ "rate": "55550000000000000000"
+ },
+ "out": {
+ "capacity": "200000000000000000000000",
+ "isEnabled": true,
+ "rate": "55550000000000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "126000000000000000000000",
+ "isEnabled": true,
+ "rate": "34996500000000000000"
+ },
+ "out": {
+ "capacity": "82400000000000000000000",
+ "isEnabled": true,
+ "rate": "22886600000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000000000000000000",
+ "isEnabled": true,
+ "rate": "55550000000000000000"
+ },
+ "out": {
+ "capacity": "200000000000000000000000",
+ "isEnabled": true,
+ "rate": "55550000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "uniBTC": {
+ "aptos-mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": null,
+ "standard": null
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "94000000",
+ "isEnabled": true,
+ "rate": "1088"
+ },
+ "out": {
+ "capacity": "134200000",
+ "isEnabled": true,
+ "rate": "1553"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ }
+ }
+ },
+ "berachain-mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "129000000",
+ "isEnabled": true,
+ "rate": "1493"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ }
+ }
+ },
+ "bitcoin-mainnet-bitlayer-1": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "97800000",
+ "isEnabled": true,
+ "rate": "1132"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ }
+ }
+ },
+ "bitcoin-mainnet-bob-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "bitcoin-mainnet-bsquared-1": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "89000000",
+ "isEnabled": true,
+ "rate": "5150"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "11574"
+ }
+ }
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "aptos-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "139800000",
+ "isEnabled": true,
+ "rate": "1618"
+ },
+ "out": {
+ "capacity": "75000000",
+ "isEnabled": true,
+ "rate": "868"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "96000000",
+ "isEnabled": true,
+ "rate": "1111"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ }
+ }
+ },
+ "corn-mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "120200000",
+ "isEnabled": true,
+ "rate": "1391"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "98000000",
+ "isEnabled": true,
+ "rate": "1134"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": null,
+ "remote": {
+ "mainnet": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ },
+ "ethereum-mainnet-ink-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "61400000",
+ "isEnabled": true,
+ "rate": "710"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-mantle-1": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "96000000",
+ "isEnabled": true,
+ "rate": "5555"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "11574"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "139800000",
+ "isEnabled": true,
+ "rate": "8090"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "11574"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-unichain-1": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "130600000",
+ "isEnabled": true,
+ "rate": "1511"
+ },
+ "out": {
+ "capacity": "93600000",
+ "isEnabled": true,
+ "rate": "1083"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-xlayer-1": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "70200000",
+ "isEnabled": true,
+ "rate": "812"
+ },
+ "out": {
+ "capacity": "78400000",
+ "isEnabled": true,
+ "rate": "907"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ }
+ }
+ },
+ "hyperliquid-mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "66000000",
+ "isEnabled": true,
+ "rate": "763"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "aptos-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "120400000",
+ "isEnabled": true,
+ "rate": "1393"
+ },
+ "out": {
+ "capacity": "125600000",
+ "isEnabled": true,
+ "rate": "1453"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ },
+ "berachain-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "115800000",
+ "isEnabled": true,
+ "rate": "1340"
+ },
+ "out": {
+ "capacity": "73400000",
+ "isEnabled": true,
+ "rate": "849"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ },
+ "bitcoin-mainnet-bitlayer-1": {
+ "custom": {
+ "in": {
+ "capacity": "1",
+ "isEnabled": true,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "1",
+ "isEnabled": true,
+ "rate": "0"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2",
+ "isEnabled": true,
+ "rate": "1"
+ },
+ "out": {
+ "capacity": "2",
+ "isEnabled": true,
+ "rate": "1"
+ }
+ }
+ },
+ "bitcoin-mainnet-bob-1": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "120400000",
+ "isEnabled": true,
+ "rate": "1393"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ },
+ "bitcoin-mainnet-bsquared-1": {
+ "custom": {
+ "in": {
+ "capacity": "101600000",
+ "isEnabled": true,
+ "rate": "1176"
+ },
+ "out": {
+ "capacity": "84000000",
+ "isEnabled": true,
+ "rate": "972"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "109000000",
+ "isEnabled": true,
+ "rate": "1261"
+ },
+ "out": {
+ "capacity": "69000000",
+ "isEnabled": true,
+ "rate": "798"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ },
+ "corn-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1",
+ "isEnabled": true,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "1",
+ "isEnabled": true,
+ "rate": "0"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2",
+ "isEnabled": true,
+ "rate": "1"
+ },
+ "out": {
+ "capacity": "2",
+ "isEnabled": true,
+ "rate": "1"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "61200000",
+ "isEnabled": true,
+ "rate": "70816"
+ },
+ "out": {
+ "capacity": "113800000",
+ "isEnabled": true,
+ "rate": "131682"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "231428"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "231428"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "127000000",
+ "isEnabled": true,
+ "rate": "1470"
+ },
+ "out": {
+ "capacity": "82000000",
+ "isEnabled": true,
+ "rate": "949"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ },
+ "ethereum-mainnet-ink-1": {
+ "custom": {
+ "in": {
+ "capacity": "107800000",
+ "isEnabled": true,
+ "rate": "1247"
+ },
+ "out": {
+ "capacity": "137800000",
+ "isEnabled": true,
+ "rate": "1595"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ },
+ "ethereum-mainnet-mantle-1": {
+ "custom": {
+ "in": {
+ "capacity": "113600000",
+ "isEnabled": true,
+ "rate": "6574"
+ },
+ "out": {
+ "capacity": "115800000",
+ "isEnabled": true,
+ "rate": "6701"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "11574"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "11574"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "118000000",
+ "isEnabled": true,
+ "rate": "6828"
+ },
+ "out": {
+ "capacity": "78000000",
+ "isEnabled": true,
+ "rate": "4513"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "11574"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "11574"
+ }
+ }
+ },
+ "ethereum-mainnet-unichain-1": {
+ "custom": {
+ "in": {
+ "capacity": "94800000",
+ "isEnabled": true,
+ "rate": "1097"
+ },
+ "out": {
+ "capacity": "134400000",
+ "isEnabled": true,
+ "rate": "1555"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ },
+ "ethereum-mainnet-xlayer-1": {
+ "custom": {
+ "in": {
+ "capacity": "91000000",
+ "isEnabled": true,
+ "rate": "1053"
+ },
+ "out": {
+ "capacity": "73400000",
+ "isEnabled": true,
+ "rate": "849"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ },
+ "hyperliquid-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": true,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "1",
+ "isEnabled": true,
+ "rate": "0"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2",
+ "isEnabled": true,
+ "rate": "1"
+ },
+ "out": {
+ "capacity": "2",
+ "isEnabled": true,
+ "rate": "1"
+ }
+ }
+ },
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "115200000",
+ "isEnabled": true,
+ "rate": "1333"
+ },
+ "out": {
+ "capacity": "75200000",
+ "isEnabled": true,
+ "rate": "870"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1",
+ "isEnabled": true,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "1",
+ "isEnabled": true,
+ "rate": "0"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2",
+ "isEnabled": true,
+ "rate": "1"
+ },
+ "out": {
+ "capacity": "2",
+ "isEnabled": true,
+ "rate": "1"
+ }
+ }
+ },
+ "tac-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "137000000",
+ "isEnabled": true,
+ "rate": "1585"
+ },
+ "out": {
+ "capacity": "123800000",
+ "isEnabled": true,
+ "rate": "1432"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ }
+ }
+ },
+ "solana-mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "113200000",
+ "isEnabled": true,
+ "rate": "1310"
+ },
+ "out": {
+ "capacity": "117400000",
+ "isEnabled": true,
+ "rate": "1358"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "96800000",
+ "isEnabled": true,
+ "rate": "1120"
+ },
+ "out": {
+ "capacity": "117600000",
+ "isEnabled": true,
+ "rate": "1361"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ },
+ "out": {
+ "capacity": "200000000",
+ "isEnabled": true,
+ "rate": "2315"
+ }
+ }
+ }
+ }
+ },
+ "tac-mainnet": {
+ "minBlockConfirmation": null,
+ "remote": {
+ "mainnet": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ }
+ },
+ "UNIO": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "32000000000000000000000000",
+ "isEnabled": true,
+ "rate": "8888883200000000000000"
+ },
+ "out": {
+ "capacity": "34650000000000000000000000",
+ "isEnabled": true,
+ "rate": "9624993840000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000000",
+ "isEnabled": true,
+ "rate": "13888880000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000000",
+ "isEnabled": true,
+ "rate": "13888880000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "6300000000000000000000000",
+ "isEnabled": true,
+ "rate": "218400000000000000000"
+ },
+ "out": {
+ "capacity": "4800000000000000000000000",
+ "isEnabled": true,
+ "rate": "166400000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "15000000000000000000000000",
+ "isEnabled": true,
+ "rate": "520000000000000000000"
+ },
+ "out": {
+ "capacity": "15000000000000000000000000",
+ "isEnabled": true,
+ "rate": "520000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "33900000000000000000000000",
+ "isEnabled": true,
+ "rate": "9416660640000000000000"
+ },
+ "out": {
+ "capacity": "23750000000000000000000000",
+ "isEnabled": true,
+ "rate": "6597218000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000000",
+ "isEnabled": true,
+ "rate": "13888880000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000000",
+ "isEnabled": true,
+ "rate": "13888880000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "6345000000000000000000000",
+ "isEnabled": true,
+ "rate": "219960000000000000000"
+ },
+ "out": {
+ "capacity": "10200000000000000000000000",
+ "isEnabled": true,
+ "rate": "353600000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "15000000000000000000000000",
+ "isEnabled": true,
+ "rate": "520000000000000000000"
+ },
+ "out": {
+ "capacity": "15000000000000000000000000",
+ "isEnabled": true,
+ "rate": "520000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "7485000000000000000000000",
+ "isEnabled": true,
+ "rate": "259480000000000000000"
+ },
+ "out": {
+ "capacity": "9495000000000000000000000",
+ "isEnabled": true,
+ "rate": "329160000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "15000000000000000000000000",
+ "isEnabled": true,
+ "rate": "520000000000000000000"
+ },
+ "out": {
+ "capacity": "15000000000000000000000000",
+ "isEnabled": true,
+ "rate": "520000000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "9630000000000000000000000",
+ "isEnabled": true,
+ "rate": "333840000000000000000"
+ },
+ "out": {
+ "capacity": "6120000000000000000000000",
+ "isEnabled": true,
+ "rate": "212160000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "15000000000000000000000000",
+ "isEnabled": true,
+ "rate": "520000000000000000000"
+ },
+ "out": {
+ "capacity": "15000000000000000000000000",
+ "isEnabled": true,
+ "rate": "520000000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "USAGI": {
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "shibarium-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "shibarium-mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "USD+": {
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "96800000000",
+ "isEnabled": true,
+ "rate": "26620000"
+ },
+ "out": {
+ "capacity": "110200000000",
+ "isEnabled": true,
+ "rate": "30305000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000000",
+ "isEnabled": true,
+ "rate": "55000000"
+ },
+ "out": {
+ "capacity": "200000000000",
+ "isEnabled": true,
+ "rate": "55000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "77400000000",
+ "isEnabled": true,
+ "rate": "21285000"
+ },
+ "out": {
+ "capacity": "87200000000",
+ "isEnabled": true,
+ "rate": "23980000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000000",
+ "isEnabled": true,
+ "rate": "55000000"
+ },
+ "out": {
+ "capacity": "200000000000",
+ "isEnabled": true,
+ "rate": "55000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "92000000000",
+ "isEnabled": true,
+ "rate": "25300000"
+ },
+ "out": {
+ "capacity": "99000000000",
+ "isEnabled": true,
+ "rate": "27225000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000000",
+ "isEnabled": true,
+ "rate": "55000000"
+ },
+ "out": {
+ "capacity": "200000000000",
+ "isEnabled": true,
+ "rate": "55000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "86800000000",
+ "isEnabled": true,
+ "rate": "23870000"
+ },
+ "out": {
+ "capacity": "82400000000",
+ "isEnabled": true,
+ "rate": "22660000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000000",
+ "isEnabled": true,
+ "rate": "55000000"
+ },
+ "out": {
+ "capacity": "200000000000",
+ "isEnabled": true,
+ "rate": "55000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "104600000000",
+ "isEnabled": true,
+ "rate": "28765000"
+ },
+ "out": {
+ "capacity": "105400000000",
+ "isEnabled": true,
+ "rate": "28985000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "200000000000",
+ "isEnabled": true,
+ "rate": "55000000"
+ },
+ "out": {
+ "capacity": "200000000000",
+ "isEnabled": true,
+ "rate": "55000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ }
+ },
+ "USD0": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1491000000000000000000000",
+ "isEnabled": true,
+ "rate": "17395000000000000000"
+ },
+ "out": {
+ "capacity": "1020000000000000000000000",
+ "isEnabled": true,
+ "rate": "11900000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "3000000000000000000000000",
+ "isEnabled": true,
+ "rate": "35000000000000000000"
+ },
+ "out": {
+ "capacity": "3000000000000000000000000",
+ "isEnabled": true,
+ "rate": "35000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "975000000000000000000000",
+ "isEnabled": true,
+ "rate": "11375000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000000",
+ "isEnabled": true,
+ "rate": "17500000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "3000000000000000000000000",
+ "isEnabled": true,
+ "rate": "35000000000000000000"
+ },
+ "out": {
+ "capacity": "3000000000000000000000000",
+ "isEnabled": true,
+ "rate": "35000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1203000000000000000000000",
+ "isEnabled": true,
+ "rate": "14035000000000000000"
+ },
+ "out": {
+ "capacity": "906000000000000000000000",
+ "isEnabled": true,
+ "rate": "10570000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "3000000000000000000000000",
+ "isEnabled": true,
+ "rate": "35000000000000000000"
+ },
+ "out": {
+ "capacity": "3000000000000000000000000",
+ "isEnabled": true,
+ "rate": "35000000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1506000000000000000000000",
+ "isEnabled": true,
+ "rate": "17570000000000000000"
+ },
+ "out": {
+ "capacity": "1251000000000000000000000",
+ "isEnabled": true,
+ "rate": "14595000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "3000000000000000000000000",
+ "isEnabled": true,
+ "rate": "35000000000000000000"
+ },
+ "out": {
+ "capacity": "3000000000000000000000000",
+ "isEnabled": true,
+ "rate": "35000000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "USD1": {
+ "ab-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "aptos-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "aptos-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-mantle-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "ab-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "aptos-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-mantle-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "monad-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "morph-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "plume-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "monad-mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "morph-mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "plume-mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "solana-mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "USDC": {
+ "0g-mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "avalanche-mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-unichain-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "bitcoin-mainnet-bitlayer-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "19250000000",
+ "isEnabled": true,
+ "rate": "3850000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "50000000000",
+ "isEnabled": true,
+ "rate": "10000000"
+ }
+ }
+ }
+ }
+ },
+ "bitcoin-mainnet-bob-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-unichain-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-unichain-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-unichain-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-unichain-1": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "0g-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "bitcoin-mainnet-bitlayer-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "bitcoin-mainnet-bob-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-unichain-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ronin-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "wemix-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "matic-mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-unichain-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ronin-mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "solana-mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-unichain-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "wemix-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "USDf": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "xdc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "xdc-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "USDFI": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "29950000000000000000000",
+ "isEnabled": true,
+ "rate": "341430000000000000"
+ },
+ "out": {
+ "capacity": "18450000000000000000000",
+ "isEnabled": true,
+ "rate": "210330000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "570000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "570000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "34250000000000000000000",
+ "isEnabled": true,
+ "rate": "390450000000000000"
+ },
+ "out": {
+ "capacity": "29900000000000000000000",
+ "isEnabled": true,
+ "rate": "340860000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "570000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "570000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "24500000000000000000000",
+ "isEnabled": true,
+ "rate": "279300000000000000"
+ },
+ "out": {
+ "capacity": "27400000000000000000000",
+ "isEnabled": true,
+ "rate": "312360000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "570000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "570000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "20550000000000000000000",
+ "isEnabled": true,
+ "rate": "234270000000000000"
+ },
+ "out": {
+ "capacity": "18600000000000000000000",
+ "isEnabled": true,
+ "rate": "212040000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "570000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "570000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "29850000000000000000000",
+ "isEnabled": true,
+ "rate": "340290000000000000"
+ },
+ "out": {
+ "capacity": "30450000000000000000000",
+ "isEnabled": true,
+ "rate": "347130000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "570000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "570000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "17350000000000000000000",
+ "isEnabled": true,
+ "rate": "197790000000000000"
+ },
+ "out": {
+ "capacity": "25300000000000000000000",
+ "isEnabled": true,
+ "rate": "288420000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "570000000000000000"
+ },
+ "out": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "570000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "USDM": {
+ "avalanche-mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "578000000000000000000000",
+ "isEnabled": true,
+ "rate": "6704800000000000000"
+ },
+ "out": {
+ "capacity": "603000000000000000000000",
+ "isEnabled": true,
+ "rate": "6994800000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "616000000000000000000000",
+ "isEnabled": true,
+ "rate": "7145600000000000000"
+ },
+ "out": {
+ "capacity": "343000000000000000000000",
+ "isEnabled": true,
+ "rate": "3978800000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "592000000000000000000000",
+ "isEnabled": true,
+ "rate": "6867200000000000000"
+ },
+ "out": {
+ "capacity": "690000000000000000000000",
+ "isEnabled": true,
+ "rate": "8004000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-zksync-1": {
+ "custom": {
+ "in": {
+ "capacity": "305000000000000000000000",
+ "isEnabled": true,
+ "rate": "3538000000000000000"
+ },
+ "out": {
+ "capacity": "355000000000000000000000",
+ "isEnabled": true,
+ "rate": "4118000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "356000000000000000000000",
+ "isEnabled": true,
+ "rate": "4129600000000000000"
+ },
+ "out": {
+ "capacity": "484000000000000000000000",
+ "isEnabled": true,
+ "rate": "5614400000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "633000000000000000000000",
+ "isEnabled": true,
+ "rate": "7342800000000000000"
+ },
+ "out": {
+ "capacity": "450000000000000000000000",
+ "isEnabled": true,
+ "rate": "5220000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "496000000000000000000000",
+ "isEnabled": true,
+ "rate": "5753600000000000000"
+ },
+ "out": {
+ "capacity": "501000000000000000000000",
+ "isEnabled": true,
+ "rate": "5811600000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": null,
+ "standard": null
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "330000000000000000000000",
+ "isEnabled": true,
+ "rate": "3828000000000000000"
+ },
+ "out": {
+ "capacity": "457000000000000000000000",
+ "isEnabled": true,
+ "rate": "5301200000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-zksync-1": {
+ "custom": {
+ "in": {
+ "capacity": "658000000000000000000000",
+ "isEnabled": true,
+ "rate": "7632800000000000000"
+ },
+ "out": {
+ "capacity": "636000000000000000000000",
+ "isEnabled": true,
+ "rate": "7377600000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "539000000000000000000000",
+ "isEnabled": true,
+ "rate": "6252400000000000000"
+ },
+ "out": {
+ "capacity": "670000000000000000000000",
+ "isEnabled": true,
+ "rate": "7772000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "384000000000000000000000",
+ "isEnabled": true,
+ "rate": "4454400000000000000"
+ },
+ "out": {
+ "capacity": "594000000000000000000000",
+ "isEnabled": true,
+ "rate": "6890400000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "567000000000000000000000",
+ "isEnabled": true,
+ "rate": "6577200000000000000"
+ },
+ "out": {
+ "capacity": "573000000000000000000000",
+ "isEnabled": true,
+ "rate": "6646800000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "660000000000000000000000",
+ "isEnabled": true,
+ "rate": "7656000000000000000"
+ },
+ "out": {
+ "capacity": "356000000000000000000000",
+ "isEnabled": true,
+ "rate": "4129600000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "334000000000000000000000",
+ "isEnabled": true,
+ "rate": "3874400000000000000"
+ },
+ "out": {
+ "capacity": "556000000000000000000000",
+ "isEnabled": true,
+ "rate": "6449600000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-zksync-1": {
+ "custom": {
+ "in": {
+ "capacity": "324000000000000000000000",
+ "isEnabled": true,
+ "rate": "3758400000000000000"
+ },
+ "out": {
+ "capacity": "386000000000000000000000",
+ "isEnabled": true,
+ "rate": "4477600000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "363000000000000000000000",
+ "isEnabled": true,
+ "rate": "4210800000000000000"
+ },
+ "out": {
+ "capacity": "394000000000000000000000",
+ "isEnabled": true,
+ "rate": "4570400000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "563000000000000000000000",
+ "isEnabled": true,
+ "rate": "6530800000000000000"
+ },
+ "out": {
+ "capacity": "601000000000000000000000",
+ "isEnabled": true,
+ "rate": "6971600000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "387000000000000000000000",
+ "isEnabled": true,
+ "rate": "4489200000000000000"
+ },
+ "out": {
+ "capacity": "381000000000000000000000",
+ "isEnabled": true,
+ "rate": "4419600000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "387000000000000000000000",
+ "isEnabled": true,
+ "rate": "4489200000000000000"
+ },
+ "out": {
+ "capacity": "542000000000000000000000",
+ "isEnabled": true,
+ "rate": "6287200000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "613000000000000000000000",
+ "isEnabled": true,
+ "rate": "7110800000000000000"
+ },
+ "out": {
+ "capacity": "321000000000000000000000",
+ "isEnabled": true,
+ "rate": "3723600000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-zksync-1": {
+ "custom": {
+ "in": {
+ "capacity": "342000000000000000000000",
+ "isEnabled": true,
+ "rate": "3967200000000000000"
+ },
+ "out": {
+ "capacity": "345000000000000000000000",
+ "isEnabled": true,
+ "rate": "4002000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "427000000000000000000000",
+ "isEnabled": true,
+ "rate": "4953200000000000000"
+ },
+ "out": {
+ "capacity": "669000000000000000000000",
+ "isEnabled": true,
+ "rate": "7760400000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "491000000000000000000000",
+ "isEnabled": true,
+ "rate": "5695600000000000000"
+ },
+ "out": {
+ "capacity": "418000000000000000000000",
+ "isEnabled": true,
+ "rate": "4848800000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-zksync-1": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "315000000000000000000000",
+ "isEnabled": true,
+ "rate": "3654000000000000000"
+ },
+ "out": {
+ "capacity": "637000000000000000000000",
+ "isEnabled": true,
+ "rate": "7389200000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "652000000000000000000000",
+ "isEnabled": true,
+ "rate": "7563200000000000000"
+ },
+ "out": {
+ "capacity": "307000000000000000000000",
+ "isEnabled": true,
+ "rate": "3561200000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "439000000000000000000000",
+ "isEnabled": true,
+ "rate": "5092400000000000000"
+ },
+ "out": {
+ "capacity": "483000000000000000000000",
+ "isEnabled": true,
+ "rate": "5602800000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "300000000000000000000000",
+ "isEnabled": true,
+ "rate": "3480000000000000000"
+ },
+ "out": {
+ "capacity": "674000000000000000000000",
+ "isEnabled": true,
+ "rate": "7818400000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "617000000000000000000000",
+ "isEnabled": true,
+ "rate": "7157200000000000000"
+ },
+ "out": {
+ "capacity": "326000000000000000000000",
+ "isEnabled": true,
+ "rate": "3781600000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "349000000000000000000000",
+ "isEnabled": true,
+ "rate": "4048400000000000000"
+ },
+ "out": {
+ "capacity": "344000000000000000000000",
+ "isEnabled": true,
+ "rate": "3990400000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "582000000000000000000000",
+ "isEnabled": true,
+ "rate": "6751200000000000000"
+ },
+ "out": {
+ "capacity": "313000000000000000000000",
+ "isEnabled": true,
+ "rate": "3630800000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "487000000000000000000000",
+ "isEnabled": true,
+ "rate": "5649200000000000000"
+ },
+ "out": {
+ "capacity": "478000000000000000000000",
+ "isEnabled": true,
+ "rate": "5544800000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "405000000000000000000000",
+ "isEnabled": true,
+ "rate": "4698000000000000000"
+ },
+ "out": {
+ "capacity": "640000000000000000000000",
+ "isEnabled": true,
+ "rate": "7424000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "401000000000000000000000",
+ "isEnabled": true,
+ "rate": "4651600000000000000"
+ },
+ "out": {
+ "capacity": "665000000000000000000000",
+ "isEnabled": true,
+ "rate": "7714000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-zksync-1": {
+ "custom": {
+ "in": {
+ "capacity": "654000000000000000000000",
+ "isEnabled": true,
+ "rate": "7586400000000000000"
+ },
+ "out": {
+ "capacity": "677000000000000000000000",
+ "isEnabled": true,
+ "rate": "7853200000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "480000000000000000000000",
+ "isEnabled": true,
+ "rate": "5568000000000000000"
+ },
+ "out": {
+ "capacity": "514000000000000000000000",
+ "isEnabled": true,
+ "rate": "5962400000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "matic-mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "562000000000000000000000",
+ "isEnabled": true,
+ "rate": "6519200000000000000"
+ },
+ "out": {
+ "capacity": "367000000000000000000000",
+ "isEnabled": true,
+ "rate": "4257200000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": null,
+ "standard": null
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "322000000000000000000000",
+ "isEnabled": true,
+ "rate": "3735200000000000000"
+ },
+ "out": {
+ "capacity": "686000000000000000000000",
+ "isEnabled": true,
+ "rate": "7957600000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "350000000000000000000000",
+ "isEnabled": true,
+ "rate": "4060000000000000000"
+ },
+ "out": {
+ "capacity": "452000000000000000000000",
+ "isEnabled": true,
+ "rate": "5243200000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-zksync-1": {
+ "custom": {
+ "in": {
+ "capacity": "418000000000000000000000",
+ "isEnabled": true,
+ "rate": "4848800000000000000"
+ },
+ "out": {
+ "capacity": "629000000000000000000000",
+ "isEnabled": true,
+ "rate": "7296400000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "363000000000000000000000",
+ "isEnabled": true,
+ "rate": "4210800000000000000"
+ },
+ "out": {
+ "capacity": "389000000000000000000000",
+ "isEnabled": true,
+ "rate": "4512400000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11600000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "USDO": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "7276500000000000000000000",
+ "isEnabled": true,
+ "rate": "803880000000000000000"
+ },
+ "out": {
+ "capacity": "6430000000000000000000000",
+ "isEnabled": true,
+ "rate": "745880000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10500000000000000000000000",
+ "isEnabled": true,
+ "rate": "1160000000000000000000"
+ },
+ "out": {
+ "capacity": "10000000000000000000000000",
+ "isEnabled": true,
+ "rate": "1160000000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "5838000000000000000000000",
+ "isEnabled": true,
+ "rate": "644960000000000000000"
+ },
+ "out": {
+ "capacity": "4830000000000000000000000",
+ "isEnabled": true,
+ "rate": "560280000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10500000000000000000000000",
+ "isEnabled": true,
+ "rate": "1160000000000000000000"
+ },
+ "out": {
+ "capacity": "10000000000000000000000000",
+ "isEnabled": true,
+ "rate": "1160000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "3391500000000000000000000",
+ "isEnabled": true,
+ "rate": "374680000000000000000"
+ },
+ "out": {
+ "capacity": "5800000000000000000000000",
+ "isEnabled": true,
+ "rate": "672800000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10500000000000000000000000",
+ "isEnabled": true,
+ "rate": "1160000000000000000000"
+ },
+ "out": {
+ "capacity": "10000000000000000000000000",
+ "isEnabled": true,
+ "rate": "1160000000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1",
+ "isEnabled": true,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "2020000000000000000000000",
+ "isEnabled": true,
+ "rate": "23379641600000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2",
+ "isEnabled": true,
+ "rate": "1"
+ },
+ "out": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "57870400000000000000"
+ }
+ }
+ }
+ }
+ },
+ "kaia-mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "7686000000000000000000000",
+ "isEnabled": true,
+ "rate": "84912000000000000000"
+ },
+ "out": {
+ "capacity": "13680000000000000000000000",
+ "isEnabled": true,
+ "rate": "158688000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "21000000000000000000000000",
+ "isEnabled": true,
+ "rate": "232000000000000000000"
+ },
+ "out": {
+ "capacity": "20000000000000000000000000",
+ "isEnabled": true,
+ "rate": "232000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "7213500000000000000000000",
+ "isEnabled": true,
+ "rate": "796920000000000000000"
+ },
+ "out": {
+ "capacity": "3920000000000000000000000",
+ "isEnabled": true,
+ "rate": "454720000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10500000000000000000000000",
+ "isEnabled": true,
+ "rate": "1160000000000000000000"
+ },
+ "out": {
+ "capacity": "10000000000000000000000000",
+ "isEnabled": true,
+ "rate": "1160000000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "3674000000000000000000000",
+ "isEnabled": true,
+ "rate": "42523169920000000000"
+ },
+ "out": {
+ "capacity": "1",
+ "isEnabled": true,
+ "rate": "0"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5500000000000000000000000",
+ "isEnabled": true,
+ "rate": "63657440000000000000"
+ },
+ "out": {
+ "capacity": "2",
+ "isEnabled": true,
+ "rate": "1"
+ }
+ }
+ },
+ "kaia-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "14238000000000000000000000",
+ "isEnabled": true,
+ "rate": "157296000000000000000"
+ },
+ "out": {
+ "capacity": "6420000000000000000000000",
+ "isEnabled": true,
+ "rate": "74472000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "21000000000000000000000000",
+ "isEnabled": true,
+ "rate": "232000000000000000000"
+ },
+ "out": {
+ "capacity": "20000000000000000000000000",
+ "isEnabled": true,
+ "rate": "232000000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "USDT": {
+ "0g-mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "3590000000000",
+ "isEnabled": true,
+ "rate": "1795000000"
+ },
+ "out": {
+ "capacity": "5130000000000",
+ "isEnabled": true,
+ "rate": "2565000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ },
+ "out": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ }
+ }
+ }
+ }
+ },
+ "bitcoin-mainnet-bitlayer-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "16850000000",
+ "isEnabled": true,
+ "rate": "3370000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "50000000000",
+ "isEnabled": true,
+ "rate": "10000000"
+ }
+ }
+ }
+ }
+ },
+ "bitcoin-mainnet-bob-1": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "5960000000000",
+ "isEnabled": true,
+ "rate": "2980000000"
+ },
+ "out": {
+ "capacity": "5120000000000",
+ "isEnabled": true,
+ "rate": "2560000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ },
+ "out": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "4020000000000",
+ "isEnabled": true,
+ "rate": "2010000000"
+ },
+ "out": {
+ "capacity": "6600000000000",
+ "isEnabled": true,
+ "rate": "3300000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ },
+ "out": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "3170000000000",
+ "isEnabled": true,
+ "rate": "1585000000"
+ },
+ "out": {
+ "capacity": "5890000000000",
+ "isEnabled": true,
+ "rate": "2945000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ },
+ "out": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ }
+ }
+ }
+ }
+ },
+ "bitcoin-mainnet-botanix": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "3040000000000",
+ "isEnabled": true,
+ "rate": "1520000000"
+ },
+ "out": {
+ "capacity": "6900000000000",
+ "isEnabled": true,
+ "rate": "3450000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ },
+ "out": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ }
+ }
+ }
+ }
+ },
+ "celo-mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "4310000000000",
+ "isEnabled": true,
+ "rate": "2155000000"
+ },
+ "out": {
+ "capacity": "5170000000000",
+ "isEnabled": true,
+ "rate": "2585000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ },
+ "out": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "4450000000000",
+ "isEnabled": true,
+ "rate": "2225000000"
+ },
+ "out": {
+ "capacity": "5060000000000",
+ "isEnabled": true,
+ "rate": "2530000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ },
+ "out": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "bitcoin-mainnet-bob-1": {
+ "custom": {
+ "in": {
+ "capacity": "6730000000000",
+ "isEnabled": true,
+ "rate": "3365000000"
+ },
+ "out": {
+ "capacity": "3820000000000",
+ "isEnabled": true,
+ "rate": "1910000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ },
+ "out": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ }
+ }
+ },
+ "celo-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "4620000000000",
+ "isEnabled": true,
+ "rate": "2310000000"
+ },
+ "out": {
+ "capacity": "4190000000000",
+ "isEnabled": true,
+ "rate": "2095000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ },
+ "out": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-hashkey-1": {
+ "custom": {
+ "in": {
+ "capacity": "4080000000000",
+ "isEnabled": true,
+ "rate": "2040000000"
+ },
+ "out": {
+ "capacity": "4240000000000",
+ "isEnabled": true,
+ "rate": "2120000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ },
+ "out": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": null,
+ "standard": null
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "3600000000000",
+ "isEnabled": true,
+ "rate": "1800000000"
+ },
+ "out": {
+ "capacity": "5900000000000",
+ "isEnabled": true,
+ "rate": "2950000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ },
+ "out": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "3380000000000",
+ "isEnabled": true,
+ "rate": "1690000000"
+ },
+ "out": {
+ "capacity": "3790000000000",
+ "isEnabled": true,
+ "rate": "1895000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ },
+ "out": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-hashkey-1": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "3120000000000",
+ "isEnabled": true,
+ "rate": "1560000000"
+ },
+ "out": {
+ "capacity": "3760000000000",
+ "isEnabled": true,
+ "rate": "1880000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ },
+ "out": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "4980000000000",
+ "isEnabled": true,
+ "rate": "2490000000"
+ },
+ "out": {
+ "capacity": "6080000000000",
+ "isEnabled": true,
+ "rate": "3040000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ },
+ "out": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "4330000000000",
+ "isEnabled": true,
+ "rate": "2165000000"
+ },
+ "out": {
+ "capacity": "4650000000000",
+ "isEnabled": true,
+ "rate": "2325000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ },
+ "out": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "celo-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "3890000000000",
+ "isEnabled": true,
+ "rate": "1945000000"
+ },
+ "out": {
+ "capacity": "4420000000000",
+ "isEnabled": true,
+ "rate": "2210000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ },
+ "out": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "5030000000000",
+ "isEnabled": true,
+ "rate": "2515000000"
+ },
+ "out": {
+ "capacity": "4660000000000",
+ "isEnabled": true,
+ "rate": "2330000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ },
+ "out": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-hashkey-1": {
+ "custom": {
+ "in": {
+ "capacity": "5450000000000",
+ "isEnabled": true,
+ "rate": "2725000000"
+ },
+ "out": {
+ "capacity": "6780000000000",
+ "isEnabled": true,
+ "rate": "3390000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ },
+ "out": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "4100000000000",
+ "isEnabled": true,
+ "rate": "2050000000"
+ },
+ "out": {
+ "capacity": "6560000000000",
+ "isEnabled": true,
+ "rate": "3280000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ },
+ "out": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "5420000000000",
+ "isEnabled": true,
+ "rate": "2710000000"
+ },
+ "out": {
+ "capacity": "6140000000000",
+ "isEnabled": true,
+ "rate": "3070000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ },
+ "out": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "0g-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "5140000000000",
+ "isEnabled": true,
+ "rate": "2570000000"
+ },
+ "out": {
+ "capacity": "5060000000000",
+ "isEnabled": true,
+ "rate": "2530000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ },
+ "out": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ }
+ }
+ },
+ "bitcoin-mainnet-bitlayer-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "bitcoin-mainnet-bob-1": {
+ "custom": {
+ "in": {
+ "capacity": "5570000000000",
+ "isEnabled": true,
+ "rate": "2785000000"
+ },
+ "out": {
+ "capacity": "4390000000000",
+ "isEnabled": true,
+ "rate": "2195000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ },
+ "out": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ }
+ }
+ },
+ "bitcoin-mainnet-botanix": {
+ "custom": {
+ "in": {
+ "capacity": "3380000000000",
+ "isEnabled": true,
+ "rate": "1690000000"
+ },
+ "out": {
+ "capacity": "3600000000000",
+ "isEnabled": true,
+ "rate": "1800000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ },
+ "out": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ }
+ }
+ },
+ "celo-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "4990000000000",
+ "isEnabled": true,
+ "rate": "2495000000"
+ },
+ "out": {
+ "capacity": "6970000000000",
+ "isEnabled": true,
+ "rate": "3485000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ },
+ "out": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "5880000000000",
+ "isEnabled": true,
+ "rate": "2940000000"
+ },
+ "out": {
+ "capacity": "6300000000000",
+ "isEnabled": true,
+ "rate": "3150000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ },
+ "out": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-hashkey-1": {
+ "custom": {
+ "in": {
+ "capacity": "5100000000000",
+ "isEnabled": true,
+ "rate": "2550000000"
+ },
+ "out": {
+ "capacity": "6150000000000",
+ "isEnabled": true,
+ "rate": "3075000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ },
+ "out": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "6150000000000",
+ "isEnabled": true,
+ "rate": "3075000000"
+ },
+ "out": {
+ "capacity": "4040000000000",
+ "isEnabled": true,
+ "rate": "2020000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ },
+ "out": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "6310000000000",
+ "isEnabled": true,
+ "rate": "3155000000"
+ },
+ "out": {
+ "capacity": "6280000000000",
+ "isEnabled": true,
+ "rate": "3140000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ },
+ "out": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ }
+ }
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "bitcoin-mainnet-bob-1": {
+ "custom": {
+ "in": {
+ "capacity": "4540000000000",
+ "isEnabled": true,
+ "rate": "2270000000"
+ },
+ "out": {
+ "capacity": "5930000000000",
+ "isEnabled": true,
+ "rate": "2965000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ },
+ "out": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "4280000000000",
+ "isEnabled": true,
+ "rate": "2140000000"
+ },
+ "out": {
+ "capacity": "6820000000000",
+ "isEnabled": true,
+ "rate": "3410000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ },
+ "out": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "6640000000000",
+ "isEnabled": true,
+ "rate": "3320000000"
+ },
+ "out": {
+ "capacity": "4700000000000",
+ "isEnabled": true,
+ "rate": "2350000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ },
+ "out": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "6220000000000",
+ "isEnabled": true,
+ "rate": "3110000000"
+ },
+ "out": {
+ "capacity": "6230000000000",
+ "isEnabled": true,
+ "rate": "3115000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ },
+ "out": {
+ "capacity": "10000000000000",
+ "isEnabled": true,
+ "rate": "5000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "USELESS": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "solana-mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "USUAL": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1431000000000000000000000",
+ "isEnabled": true,
+ "rate": "16695000000000000000"
+ },
+ "out": {
+ "capacity": "2034000000000000000000000",
+ "isEnabled": true,
+ "rate": "23730000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "3000000000000000000000000",
+ "isEnabled": true,
+ "rate": "35000000000000000000"
+ },
+ "out": {
+ "capacity": "3000000000000000000000000",
+ "isEnabled": true,
+ "rate": "35000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1356000000000000000000000",
+ "isEnabled": true,
+ "rate": "15820000000000000000"
+ },
+ "out": {
+ "capacity": "1557000000000000000000000",
+ "isEnabled": true,
+ "rate": "18165000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "3000000000000000000000000",
+ "isEnabled": true,
+ "rate": "35000000000000000000"
+ },
+ "out": {
+ "capacity": "3000000000000000000000000",
+ "isEnabled": true,
+ "rate": "35000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1707000000000000000000000",
+ "isEnabled": true,
+ "rate": "19915000000000000000"
+ },
+ "out": {
+ "capacity": "930000000000000000000000",
+ "isEnabled": true,
+ "rate": "10850000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "3000000000000000000000000",
+ "isEnabled": true,
+ "rate": "35000000000000000000"
+ },
+ "out": {
+ "capacity": "3000000000000000000000000",
+ "isEnabled": true,
+ "rate": "35000000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ }
+ },
+ "USX": {
+ "plasma-mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "solana-mainnet": {
+ "minBlockConfirmation": null,
+ "remote": {
+ "plasma-mainnet": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ }
+ },
+ "VOOI": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "VRTX": {
+ "avalanche-mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "sei-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "6770000000000000000000000",
+ "isEnabled": true,
+ "rate": "677000000000000000000000"
+ },
+ "out": {
+ "capacity": "3420000000000000000000000",
+ "isEnabled": true,
+ "rate": "342000000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000000000"
+ },
+ "out": {
+ "capacity": "10000000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "2200000000000000000000000",
+ "isEnabled": true,
+ "rate": "25462800000000000000"
+ },
+ "out": {
+ "capacity": "1740000000000000000000000",
+ "isEnabled": true,
+ "rate": "20138760000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "57870000000000000000"
+ },
+ "out": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "57870000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-blast-1": {
+ "custom": {
+ "in": {
+ "capacity": "3160000000000000000000000",
+ "isEnabled": true,
+ "rate": "36573840000000000000"
+ },
+ "out": {
+ "capacity": "1885000000000000000000000",
+ "isEnabled": true,
+ "rate": "21816990000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "57870000000000000000"
+ },
+ "out": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "57870000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-mantle-1": {
+ "custom": {
+ "in": {
+ "capacity": "2810000000000000000000000",
+ "isEnabled": true,
+ "rate": "32522940000000000000"
+ },
+ "out": {
+ "capacity": "3090000000000000000000000",
+ "isEnabled": true,
+ "rate": "35763660000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "57870000000000000000"
+ },
+ "out": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "57870000000000000000"
+ }
+ }
+ },
+ "sei-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "5440000000000000000000000",
+ "isEnabled": true,
+ "rate": "544000000000000000000000"
+ },
+ "out": {
+ "capacity": "4570000000000000000000000",
+ "isEnabled": true,
+ "rate": "457000000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000000000"
+ },
+ "out": {
+ "capacity": "10000000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "2060000000000000000000000",
+ "isEnabled": true,
+ "rate": "23842440000000000000"
+ },
+ "out": {
+ "capacity": "1895000000000000000000000",
+ "isEnabled": true,
+ "rate": "21932730000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "57870000000000000000"
+ },
+ "out": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "57870000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-blast-1": {
+ "custom": {
+ "in": {
+ "capacity": "2845000000000000000000000",
+ "isEnabled": true,
+ "rate": "32928030000000000000"
+ },
+ "out": {
+ "capacity": "2720000000000000000000000",
+ "isEnabled": true,
+ "rate": "31481280000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "57870000000000000000"
+ },
+ "out": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "57870000000000000000"
+ }
+ }
+ },
+ "sei-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-blast-1": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1670000000000000000000000",
+ "isEnabled": true,
+ "rate": "19328580000000000000"
+ },
+ "out": {
+ "capacity": "1530000000000000000000000",
+ "isEnabled": true,
+ "rate": "17708220000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "57870000000000000000"
+ },
+ "out": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "57870000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "2715000000000000000000000",
+ "isEnabled": true,
+ "rate": "31423410000000000000"
+ },
+ "out": {
+ "capacity": "1785000000000000000000000",
+ "isEnabled": true,
+ "rate": "20659590000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "57870000000000000000"
+ },
+ "out": {
+ "capacity": "5000000000000000000000000",
+ "isEnabled": true,
+ "rate": "57870000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-mantle-1": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "sei-mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "6690000000000000000000000",
+ "isEnabled": true,
+ "rate": "669000000000000000000000"
+ },
+ "out": {
+ "capacity": "4380000000000000000000000",
+ "isEnabled": true,
+ "rate": "438000000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "10000000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000000000"
+ },
+ "out": {
+ "capacity": "10000000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "VSN": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "29947500000000000000000000",
+ "isEnabled": true,
+ "rate": "25047000000000000000"
+ },
+ "out": {
+ "capacity": "47850000000000000000000000",
+ "isEnabled": true,
+ "rate": "44022000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "82500000000000000000000000",
+ "isEnabled": true,
+ "rate": "69000000000000000000"
+ },
+ "out": {
+ "capacity": "75000000000000000000000000",
+ "isEnabled": true,
+ "rate": "69000000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "33825000000000000000000000",
+ "isEnabled": true,
+ "rate": "28290000000000000000"
+ },
+ "out": {
+ "capacity": "38100000000000000000000000",
+ "isEnabled": true,
+ "rate": "35052000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "82500000000000000000000000",
+ "isEnabled": true,
+ "rate": "69000000000000000000"
+ },
+ "out": {
+ "capacity": "75000000000000000000000000",
+ "isEnabled": true,
+ "rate": "69000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "41085000000000000000000000",
+ "isEnabled": true,
+ "rate": "34362000000000000000"
+ },
+ "out": {
+ "capacity": "40650000000000000000000000",
+ "isEnabled": true,
+ "rate": "37398000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "82500000000000000000000000",
+ "isEnabled": true,
+ "rate": "69000000000000000000"
+ },
+ "out": {
+ "capacity": "75000000000000000000000000",
+ "isEnabled": true,
+ "rate": "69000000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "53377500000000000000000000",
+ "isEnabled": true,
+ "rate": "44643000000000000000"
+ },
+ "out": {
+ "capacity": "49725000000000000000000000",
+ "isEnabled": true,
+ "rate": "45747000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "82500000000000000000000000",
+ "isEnabled": true,
+ "rate": "69000000000000000000"
+ },
+ "out": {
+ "capacity": "75000000000000000000000000",
+ "isEnabled": true,
+ "rate": "69000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "hyperliquid-mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "25162500000000000000000000",
+ "isEnabled": true,
+ "rate": "21045000000000000000"
+ },
+ "out": {
+ "capacity": "32025000000000000000000000",
+ "isEnabled": true,
+ "rate": "29463000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "82500000000000000000000000",
+ "isEnabled": true,
+ "rate": "69000000000000000000"
+ },
+ "out": {
+ "capacity": "75000000000000000000000000",
+ "isEnabled": true,
+ "rate": "69000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "45375000000000000000000000",
+ "isEnabled": true,
+ "rate": "37950000000000000000"
+ },
+ "out": {
+ "capacity": "37875000000000000000000000",
+ "isEnabled": true,
+ "rate": "34845000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "82500000000000000000000000",
+ "isEnabled": true,
+ "rate": "69000000000000000000"
+ },
+ "out": {
+ "capacity": "75000000000000000000000000",
+ "isEnabled": true,
+ "rate": "69000000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "29370000000000000000000000",
+ "isEnabled": true,
+ "rate": "24564000000000000000"
+ },
+ "out": {
+ "capacity": "52350000000000000000000000",
+ "isEnabled": true,
+ "rate": "48162000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "82500000000000000000000000",
+ "isEnabled": true,
+ "rate": "69000000000000000000"
+ },
+ "out": {
+ "capacity": "75000000000000000000000000",
+ "isEnabled": true,
+ "rate": "69000000000000000000"
+ }
+ }
+ },
+ "hyperliquid-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "36877500000000000000000000",
+ "isEnabled": true,
+ "rate": "30843000000000000000"
+ },
+ "out": {
+ "capacity": "30900000000000000000000000",
+ "isEnabled": true,
+ "rate": "28428000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "82500000000000000000000000",
+ "isEnabled": true,
+ "rate": "69000000000000000000"
+ },
+ "out": {
+ "capacity": "75000000000000000000000000",
+ "isEnabled": true,
+ "rate": "69000000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "W0G": {
+ "0g-mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "0g-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "0g-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "0g-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "WASTR": {
+ "mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "polkadot-mainnet-astar": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "4880000000000000000000000",
+ "isEnabled": true,
+ "rate": "1355664000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "10000000000000000000000000",
+ "isEnabled": true,
+ "rate": "2778000000000000000000"
+ }
+ }
+ },
+ "soneium-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "3270000000000000000000000",
+ "isEnabled": true,
+ "rate": "908406000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "10000000000000000000000000",
+ "isEnabled": true,
+ "rate": "2778000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "polkadot-mainnet-astar": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "5190000000000000000000000",
+ "isEnabled": true,
+ "rate": "1441782000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "10000000000000000000000000",
+ "isEnabled": true,
+ "rate": "2778000000000000000000"
+ }
+ }
+ },
+ "soneium-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "10720000000000000000000000",
+ "isEnabled": true,
+ "rate": "2978016000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "20000000000000000000000000",
+ "isEnabled": true,
+ "rate": "5556000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "soneium-mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "polkadot-mainnet-astar": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ }
+ },
+ "WBTC": {
+ "mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "ronin-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "2100000000",
+ "isEnabled": true,
+ "rate": "24305"
+ },
+ "out": {
+ "capacity": "2381400000",
+ "isEnabled": true,
+ "rate": "27562"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "4200000000",
+ "isEnabled": true,
+ "rate": "48610"
+ },
+ "out": {
+ "capacity": "3780000000",
+ "isEnabled": true,
+ "rate": "43750"
+ }
+ }
+ }
+ }
+ },
+ "ronin-mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1650600000",
+ "isEnabled": true,
+ "rate": "19103"
+ },
+ "out": {
+ "capacity": "2570400000",
+ "isEnabled": true,
+ "rate": "29750"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "4200000000",
+ "isEnabled": true,
+ "rate": "48610"
+ },
+ "out": {
+ "capacity": "3780000000",
+ "isEnabled": true,
+ "rate": "43750"
+ }
+ }
+ }
+ }
+ }
+ },
+ "WECO": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "189000000000000000000000000",
+ "isEnabled": true,
+ "rate": "13124160000000000000000"
+ },
+ "out": {
+ "capacity": "190000000000000000000000000",
+ "isEnabled": true,
+ "rate": "13193600000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "500000000000000000000000000",
+ "isEnabled": true,
+ "rate": "34720000000000000000000"
+ },
+ "out": {
+ "capacity": "500000000000000000000000000",
+ "isEnabled": true,
+ "rate": "34720000000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": null,
+ "standard": null
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "177500000000000000000000000",
+ "isEnabled": true,
+ "rate": "12325600000000000000000"
+ },
+ "out": {
+ "capacity": "220500000000000000000000000",
+ "isEnabled": true,
+ "rate": "15311520000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "500000000000000000000000000",
+ "isEnabled": true,
+ "rate": "34720000000000000000000"
+ },
+ "out": {
+ "capacity": "500000000000000000000000000",
+ "isEnabled": true,
+ "rate": "34720000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "176000000000000000000000000",
+ "isEnabled": true,
+ "rate": "12221440000000000000000"
+ },
+ "out": {
+ "capacity": "253000000000000000000000000",
+ "isEnabled": true,
+ "rate": "17568320000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "500000000000000000000000000",
+ "isEnabled": true,
+ "rate": "34720000000000000000000"
+ },
+ "out": {
+ "capacity": "500000000000000000000000000",
+ "isEnabled": true,
+ "rate": "34720000000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "216500000000000000000000000",
+ "isEnabled": true,
+ "rate": "15033760000000000000000"
+ },
+ "out": {
+ "capacity": "322500000000000000000000000",
+ "isEnabled": true,
+ "rate": "22394400000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "500000000000000000000000000",
+ "isEnabled": true,
+ "rate": "34720000000000000000000"
+ },
+ "out": {
+ "capacity": "500000000000000000000000000",
+ "isEnabled": true,
+ "rate": "34720000000000000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "199500000000000000000000000",
+ "isEnabled": true,
+ "rate": "13853280000000000000000"
+ },
+ "out": {
+ "capacity": "193000000000000000000000000",
+ "isEnabled": true,
+ "rate": "13401920000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "500000000000000000000000000",
+ "isEnabled": true,
+ "rate": "34720000000000000000000"
+ },
+ "out": {
+ "capacity": "500000000000000000000000000",
+ "isEnabled": true,
+ "rate": "34720000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "302000000000000000000000000",
+ "isEnabled": true,
+ "rate": "20970880000000000000000"
+ },
+ "out": {
+ "capacity": "238000000000000000000000000",
+ "isEnabled": true,
+ "rate": "16526720000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "500000000000000000000000000",
+ "isEnabled": true,
+ "rate": "34720000000000000000000"
+ },
+ "out": {
+ "capacity": "500000000000000000000000000",
+ "isEnabled": true,
+ "rate": "34720000000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "198500000000000000000000000",
+ "isEnabled": true,
+ "rate": "13783840000000000000000"
+ },
+ "out": {
+ "capacity": "211500000000000000000000000",
+ "isEnabled": true,
+ "rate": "14686560000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "500000000000000000000000000",
+ "isEnabled": true,
+ "rate": "34720000000000000000000"
+ },
+ "out": {
+ "capacity": "500000000000000000000000000",
+ "isEnabled": true,
+ "rate": "34720000000000000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ },
+ "matic-mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "168000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11665920000000000000000"
+ },
+ "out": {
+ "capacity": "167000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11596480000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "500000000000000000000000000",
+ "isEnabled": true,
+ "rate": "34720000000000000000000"
+ },
+ "out": {
+ "capacity": "500000000000000000000000000",
+ "isEnabled": true,
+ "rate": "34720000000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "204000000000000000000000000",
+ "isEnabled": true,
+ "rate": "14165760000000000000000"
+ },
+ "out": {
+ "capacity": "253000000000000000000000000",
+ "isEnabled": true,
+ "rate": "17568320000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "500000000000000000000000000",
+ "isEnabled": true,
+ "rate": "34720000000000000000000"
+ },
+ "out": {
+ "capacity": "500000000000000000000000000",
+ "isEnabled": true,
+ "rate": "34720000000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "254500000000000000000000000",
+ "isEnabled": true,
+ "rate": "17672480000000000000000"
+ },
+ "out": {
+ "capacity": "168000000000000000000000000",
+ "isEnabled": true,
+ "rate": "11665920000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "500000000000000000000000000",
+ "isEnabled": true,
+ "rate": "34720000000000000000000"
+ },
+ "out": {
+ "capacity": "500000000000000000000000000",
+ "isEnabled": true,
+ "rate": "34720000000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "WETH": {
+ "bitcoin-mainnet-bitlayer-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "12366000000000000000",
+ "isEnabled": true,
+ "rate": "3435000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "18000000000000000000",
+ "isEnabled": true,
+ "rate": "5000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "36481500000000000000",
+ "isEnabled": true,
+ "rate": "10133748660000000"
+ },
+ "out": {
+ "capacity": "28314000000000000000",
+ "isEnabled": true,
+ "rate": "7864998960000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "90750000000000000000",
+ "isEnabled": true,
+ "rate": "25208330000000000"
+ },
+ "out": {
+ "capacity": "90750000000000000000",
+ "isEnabled": true,
+ "rate": "25208330000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "52635000000000000000",
+ "isEnabled": true,
+ "rate": "14620831400000000"
+ },
+ "out": {
+ "capacity": "47825250000000000000",
+ "isEnabled": true,
+ "rate": "13284789910000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "90750000000000000000",
+ "isEnabled": true,
+ "rate": "25208330000000000"
+ },
+ "out": {
+ "capacity": "90750000000000000000",
+ "isEnabled": true,
+ "rate": "25208330000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "31458960000000000000",
+ "isEnabled": true,
+ "rate": "8738599999999999"
+ },
+ "out": {
+ "capacity": "60076500000000000000",
+ "isEnabled": true,
+ "rate": "16687916666666666"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100830000000000000000",
+ "isEnabled": true,
+ "rate": "28008333333333333"
+ },
+ "out": {
+ "capacity": "90750000000000000000",
+ "isEnabled": true,
+ "rate": "25208333333333333"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "47280750000000000000",
+ "isEnabled": true,
+ "rate": "13133539930000000"
+ },
+ "out": {
+ "capacity": "43923000000000000000",
+ "isEnabled": true,
+ "rate": "12200831720000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "90750000000000000000",
+ "isEnabled": true,
+ "rate": "25208330000000000"
+ },
+ "out": {
+ "capacity": "90750000000000000000",
+ "isEnabled": true,
+ "rate": "25208330000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "37389000000000000000",
+ "isEnabled": true,
+ "rate": "10385831960000000"
+ },
+ "out": {
+ "capacity": "30764250000000000000",
+ "isEnabled": true,
+ "rate": "8545623870000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "90750000000000000000",
+ "isEnabled": true,
+ "rate": "25208330000000000"
+ },
+ "out": {
+ "capacity": "90750000000000000000",
+ "isEnabled": true,
+ "rate": "25208330000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "58481400000000000000",
+ "isEnabled": true,
+ "rate": "16244833333333333"
+ },
+ "out": {
+ "capacity": "60984000000000000000",
+ "isEnabled": true,
+ "rate": "16939999999999999"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100830000000000000000",
+ "isEnabled": true,
+ "rate": "28008333333333333"
+ },
+ "out": {
+ "capacity": "90750000000000000000",
+ "isEnabled": true,
+ "rate": "25208333333333333"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "13453200000000000000",
+ "isEnabled": true,
+ "rate": "3737000000000000"
+ },
+ "out": {
+ "capacity": "9120000000000000000",
+ "isEnabled": true,
+ "rate": "2533333333333333"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "33300000000000000000",
+ "isEnabled": true,
+ "rate": "9250000000000000"
+ },
+ "out": {
+ "capacity": "30000000000000000000",
+ "isEnabled": true,
+ "rate": "8333333333333333"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "61528500000000000000",
+ "isEnabled": true,
+ "rate": "17091247740000000"
+ },
+ "out": {
+ "capacity": "47825250000000000000",
+ "isEnabled": true,
+ "rate": "13284789910000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "90750000000000000000",
+ "isEnabled": true,
+ "rate": "25208330000000000"
+ },
+ "out": {
+ "capacity": "90750000000000000000",
+ "isEnabled": true,
+ "rate": "25208330000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "57263250000000000000",
+ "isEnabled": true,
+ "rate": "15906456230000000"
+ },
+ "out": {
+ "capacity": "36753750000000000000",
+ "isEnabled": true,
+ "rate": "10209373650000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "90750000000000000000",
+ "isEnabled": true,
+ "rate": "25208330000000000"
+ },
+ "out": {
+ "capacity": "90750000000000000000",
+ "isEnabled": true,
+ "rate": "25208330000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "31458960000000000000",
+ "isEnabled": true,
+ "rate": "8738599999999999"
+ },
+ "out": {
+ "capacity": "57807750000000000000",
+ "isEnabled": true,
+ "rate": "16057708333333333"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100830000000000000000",
+ "isEnabled": true,
+ "rate": "28008333333333333"
+ },
+ "out": {
+ "capacity": "90750000000000000000",
+ "isEnabled": true,
+ "rate": "25208333333333333"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "bitcoin-mainnet-bitlayer-1": {
+ "custom": {
+ "in": {
+ "capacity": "36252000000000000000",
+ "isEnabled": true,
+ "rate": "10176000000000000"
+ },
+ "out": {
+ "capacity": "38760000000000000000",
+ "isEnabled": true,
+ "rate": "10880000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "114000000000000000000",
+ "isEnabled": true,
+ "rate": "32000000000000000"
+ },
+ "out": {
+ "capacity": "114000000000000000000",
+ "isEnabled": true,
+ "rate": "32000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "40634490000000000000",
+ "isEnabled": true,
+ "rate": "11287358333333333"
+ },
+ "out": {
+ "capacity": "33033000000000000000",
+ "isEnabled": true,
+ "rate": "9175833333333333"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100830000000000000000",
+ "isEnabled": true,
+ "rate": "28008333333333333"
+ },
+ "out": {
+ "capacity": "90750000000000000000",
+ "isEnabled": true,
+ "rate": "25208333333333333"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "35290500000000000000",
+ "isEnabled": true,
+ "rate": "9802916666666666"
+ },
+ "out": {
+ "capacity": "40928250000000000000",
+ "isEnabled": true,
+ "rate": "11368958333333333"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100830000000000000000",
+ "isEnabled": true,
+ "rate": "28008333333333333"
+ },
+ "out": {
+ "capacity": "90750000000000000000",
+ "isEnabled": true,
+ "rate": "25208333333333333"
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "17582400000000000000",
+ "isEnabled": true,
+ "rate": "4884000000000000"
+ },
+ "out": {
+ "capacity": "17940000000000000000",
+ "isEnabled": true,
+ "rate": "4983333333333333"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "33300000000000000000",
+ "isEnabled": true,
+ "rate": "9250000000000000"
+ },
+ "out": {
+ "capacity": "30000000000000000000",
+ "isEnabled": true,
+ "rate": "8333333333333333"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "59792190000000000000",
+ "isEnabled": true,
+ "rate": "16608941666666666"
+ },
+ "out": {
+ "capacity": "39476250000000000000",
+ "isEnabled": true,
+ "rate": "10965624999999999"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100830000000000000000",
+ "isEnabled": true,
+ "rate": "28008333333333333"
+ },
+ "out": {
+ "capacity": "90750000000000000000",
+ "isEnabled": true,
+ "rate": "25208333333333333"
+ }
+ }
+ },
+ "ronin-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ronin-mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "WFRAGSOL": {
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "solana-mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "1000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "WHLP": {
+ "hyperliquid-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "solana-mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "hyperliquid-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "WHSK": {
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-hashkey-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-hashkey-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-hashkey-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "WHY": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "WLD": {
+ "ethereum-mainnet-worldchain-1": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "36900000000000000000000",
+ "isEnabled": true,
+ "rate": "10249971300000000000"
+ },
+ "out": {
+ "capacity": "67900000000000000000000",
+ "isEnabled": true,
+ "rate": "18861058300000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "27777700000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "27777700000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "ethereum-mainnet-worldchain-1": {
+ "custom": {
+ "in": {
+ "capacity": "50900000000000000000000",
+ "isEnabled": true,
+ "rate": "14138849300000000000"
+ },
+ "out": {
+ "capacity": "67300000000000000000000",
+ "isEnabled": true,
+ "rate": "18694392100000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "27777700000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "27777700000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "WLFI": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "solana-mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "WMTX": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "602000000000",
+ "isEnabled": true,
+ "rate": "167217540"
+ },
+ "out": {
+ "capacity": "532000000000",
+ "isEnabled": true,
+ "rate": "147773640"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "277770000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "277770000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": null,
+ "standard": null
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1865000000000",
+ "isEnabled": true,
+ "rate": "86349500"
+ },
+ "out": {
+ "capacity": "3305000000000",
+ "isEnabled": true,
+ "rate": "153021500"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000",
+ "isEnabled": true,
+ "rate": "231500000"
+ },
+ "out": {
+ "capacity": "5000000000000",
+ "isEnabled": true,
+ "rate": "231500000"
+ }
+ }
+ },
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "561000000000",
+ "isEnabled": true,
+ "rate": "155828970"
+ },
+ "out": {
+ "capacity": "560000000000",
+ "isEnabled": true,
+ "rate": "155551200"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "277770000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "277770000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "499000000000",
+ "isEnabled": true,
+ "rate": "138607230"
+ },
+ "out": {
+ "capacity": "349000000000",
+ "isEnabled": true,
+ "rate": "96941730"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "277770000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "277770000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "617000000000",
+ "isEnabled": true,
+ "rate": "171384090"
+ },
+ "out": {
+ "capacity": "382000000000",
+ "isEnabled": true,
+ "rate": "106108140"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "277770000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "277770000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "3255000000000",
+ "isEnabled": true,
+ "rate": "150706500"
+ },
+ "out": {
+ "capacity": "2795000000000",
+ "isEnabled": true,
+ "rate": "129408500"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000",
+ "isEnabled": true,
+ "rate": "231500000"
+ },
+ "out": {
+ "capacity": "5000000000000",
+ "isEnabled": true,
+ "rate": "231500000"
+ }
+ }
+ },
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "353000000000",
+ "isEnabled": true,
+ "rate": "98052810"
+ },
+ "out": {
+ "capacity": "324000000000",
+ "isEnabled": true,
+ "rate": "89997480"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "277770000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "277770000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "494000000000",
+ "isEnabled": true,
+ "rate": "137218380"
+ },
+ "out": {
+ "capacity": "529000000000",
+ "isEnabled": true,
+ "rate": "146940330"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "277770000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "277770000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "384000000000",
+ "isEnabled": true,
+ "rate": "106663680"
+ },
+ "out": {
+ "capacity": "368000000000",
+ "isEnabled": true,
+ "rate": "102219360"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "277770000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "277770000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "351000000000",
+ "isEnabled": true,
+ "rate": "97497270"
+ },
+ "out": {
+ "capacity": "497000000000",
+ "isEnabled": true,
+ "rate": "138051690"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "277770000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "277770000"
+ }
+ }
+ },
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "306000000000",
+ "isEnabled": true,
+ "rate": "84997620"
+ },
+ "out": {
+ "capacity": "638000000000",
+ "isEnabled": true,
+ "rate": "177217260"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "277770000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "277770000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "2600000000000",
+ "isEnabled": true,
+ "rate": "120380000"
+ },
+ "out": {
+ "capacity": "2820000000000",
+ "isEnabled": true,
+ "rate": "130566000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000",
+ "isEnabled": true,
+ "rate": "231500000"
+ },
+ "out": {
+ "capacity": "5000000000000",
+ "isEnabled": true,
+ "rate": "231500000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "2600000000000",
+ "isEnabled": true,
+ "rate": "120380000"
+ },
+ "out": {
+ "capacity": "3420000000000",
+ "isEnabled": true,
+ "rate": "158346000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "5000000000000",
+ "isEnabled": true,
+ "rate": "231500000"
+ },
+ "out": {
+ "capacity": "5000000000000",
+ "isEnabled": true,
+ "rate": "231500000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "606000000000",
+ "isEnabled": true,
+ "rate": "168328620"
+ },
+ "out": {
+ "capacity": "536000000000",
+ "isEnabled": true,
+ "rate": "148884720"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "277770000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "277770000"
+ }
+ }
+ },
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "681000000000",
+ "isEnabled": true,
+ "rate": "189161370"
+ },
+ "out": {
+ "capacity": "666000000000",
+ "isEnabled": true,
+ "rate": "184994820"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "277770000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "277770000"
+ }
+ }
+ }
+ }
+ },
+ "solana-mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "533000000000",
+ "isEnabled": true,
+ "rate": "148051410"
+ },
+ "out": {
+ "capacity": "626000000000",
+ "isEnabled": true,
+ "rate": "173884020"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "277770000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "277770000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "501000000000",
+ "isEnabled": true,
+ "rate": "139162770"
+ },
+ "out": {
+ "capacity": "581000000000",
+ "isEnabled": true,
+ "rate": "161384370"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "277770000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "277770000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "567000000000",
+ "isEnabled": true,
+ "rate": "157495590"
+ },
+ "out": {
+ "capacity": "484000000000",
+ "isEnabled": true,
+ "rate": "134440680"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "277770000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "277770000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "382000000000",
+ "isEnabled": true,
+ "rate": "106108140"
+ },
+ "out": {
+ "capacity": "495000000000",
+ "isEnabled": true,
+ "rate": "137496150"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "277770000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "277770000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "wOETH": {
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "70566000000000000000",
+ "isEnabled": true,
+ "rate": "19808000000000000"
+ },
+ "out": {
+ "capacity": "78774000000000000000",
+ "isEnabled": true,
+ "rate": "22112000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "114000000000000000000",
+ "isEnabled": true,
+ "rate": "32000000000000000"
+ },
+ "out": {
+ "capacity": "114000000000000000000",
+ "isEnabled": true,
+ "rate": "32000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "924000000000000000000",
+ "isEnabled": true,
+ "rate": "256872000000000000"
+ },
+ "out": {
+ "capacity": "825000000000000000000",
+ "isEnabled": true,
+ "rate": "229350000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000",
+ "isEnabled": true,
+ "rate": "417000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000",
+ "isEnabled": true,
+ "rate": "417000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "77178000000000000000",
+ "isEnabled": true,
+ "rate": "21664000000000000"
+ },
+ "out": {
+ "capacity": "39102000000000000000",
+ "isEnabled": true,
+ "rate": "10976000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "114000000000000000000",
+ "isEnabled": true,
+ "rate": "32000000000000000"
+ },
+ "out": {
+ "capacity": "114000000000000000000",
+ "isEnabled": true,
+ "rate": "32000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "400000000000000000000",
+ "isEnabled": true,
+ "rate": "111120000000000000"
+ },
+ "out": {
+ "capacity": "682000000000000000000",
+ "isEnabled": true,
+ "rate": "189459600000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "277800000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "277800000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "493500000000000000000",
+ "isEnabled": true,
+ "rate": "137193000000000000"
+ },
+ "out": {
+ "capacity": "484500000000000000000",
+ "isEnabled": true,
+ "rate": "134691000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1500000000000000000000",
+ "isEnabled": true,
+ "rate": "417000000000000000"
+ },
+ "out": {
+ "capacity": "1500000000000000000000",
+ "isEnabled": true,
+ "rate": "417000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "414000000000000000000",
+ "isEnabled": true,
+ "rate": "115009200000000000"
+ },
+ "out": {
+ "capacity": "671000000000000000000",
+ "isEnabled": true,
+ "rate": "186403800000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "277800000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "277800000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "WOLF": {
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "WOW": {
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "shibarium-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "shibarium-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "WSDM": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "657000000000",
+ "isEnabled": true,
+ "rate": "7884000"
+ },
+ "out": {
+ "capacity": "596000000000",
+ "isEnabled": true,
+ "rate": "7152000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "12000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "12000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "513000000000",
+ "isEnabled": true,
+ "rate": "6156000"
+ },
+ "out": {
+ "capacity": "558000000000",
+ "isEnabled": true,
+ "rate": "6696000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "12000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "12000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "575000000000",
+ "isEnabled": true,
+ "rate": "6900000"
+ },
+ "out": {
+ "capacity": "574000000000",
+ "isEnabled": true,
+ "rate": "6888000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "12000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "12000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "305000000000",
+ "isEnabled": true,
+ "rate": "3660000"
+ },
+ "out": {
+ "capacity": "406000000000",
+ "isEnabled": true,
+ "rate": "4872000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "12000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "12000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "522000000000",
+ "isEnabled": true,
+ "rate": "6264000"
+ },
+ "out": {
+ "capacity": "386000000000",
+ "isEnabled": true,
+ "rate": "4632000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "12000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "12000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "500000000000",
+ "isEnabled": true,
+ "rate": "6000000"
+ },
+ "out": {
+ "capacity": "527000000000",
+ "isEnabled": true,
+ "rate": "6324000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "12000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "12000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "598000000000",
+ "isEnabled": true,
+ "rate": "7176000"
+ },
+ "out": {
+ "capacity": "459000000000",
+ "isEnabled": true,
+ "rate": "5508000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "12000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "12000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "674000000000",
+ "isEnabled": true,
+ "rate": "8088000"
+ },
+ "out": {
+ "capacity": "364000000000",
+ "isEnabled": true,
+ "rate": "4368000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "12000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "12000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "485000000000",
+ "isEnabled": true,
+ "rate": "5820000"
+ },
+ "out": {
+ "capacity": "380000000000",
+ "isEnabled": true,
+ "rate": "4560000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "12000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "12000000"
+ }
+ }
+ }
+ }
+ },
+ "matic-mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "315000000000",
+ "isEnabled": true,
+ "rate": "3780000"
+ },
+ "out": {
+ "capacity": "578000000000",
+ "isEnabled": true,
+ "rate": "6936000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "12000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "12000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "474000000000",
+ "isEnabled": true,
+ "rate": "5688000"
+ },
+ "out": {
+ "capacity": "300000000000",
+ "isEnabled": true,
+ "rate": "3600000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "12000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "12000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "394000000000",
+ "isEnabled": true,
+ "rate": "4728000"
+ },
+ "out": {
+ "capacity": "362000000000",
+ "isEnabled": true,
+ "rate": "4344000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "12000000"
+ },
+ "out": {
+ "capacity": "1000000000000",
+ "isEnabled": true,
+ "rate": "12000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "wstETH": {
+ "0g-mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "71706000000000000000",
+ "isEnabled": true,
+ "rate": "20128000000000000"
+ },
+ "out": {
+ "capacity": "56202000000000000000",
+ "isEnabled": true,
+ "rate": "15776000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "114000000000000000000",
+ "isEnabled": true,
+ "rate": "32000000000000000"
+ },
+ "out": {
+ "capacity": "114000000000000000000",
+ "isEnabled": true,
+ "rate": "32000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "bitcoin-mainnet-bitlayer-1": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "12366000000000000000",
+ "isEnabled": true,
+ "rate": "3435000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "18000000000000000000",
+ "isEnabled": true,
+ "rate": "5000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-ink-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1296000000000000000000",
+ "isEnabled": true,
+ "rate": "14999999994720000"
+ },
+ "out": {
+ "capacity": "742000000000000000000",
+ "isEnabled": true,
+ "rate": "8587962959940000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2000000000000000000000",
+ "isEnabled": true,
+ "rate": "23148148140000000"
+ },
+ "out": {
+ "capacity": "2000000000000000000000",
+ "isEnabled": true,
+ "rate": "23148148140000000"
+ }
+ }
+ },
+ "monad-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1342000000000000000000",
+ "isEnabled": true,
+ "rate": "15532407401940000"
+ },
+ "out": {
+ "capacity": "614000000000000000000",
+ "isEnabled": true,
+ "rate": "7106481478980000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2000000000000000000000",
+ "isEnabled": true,
+ "rate": "23148148140000000"
+ },
+ "out": {
+ "capacity": "2000000000000000000000",
+ "isEnabled": true,
+ "rate": "23148148140000000"
+ }
+ }
+ },
+ "plasma-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "946000000000000000000",
+ "isEnabled": true,
+ "rate": "10949074070220000"
+ },
+ "out": {
+ "capacity": "1282000000000000000000",
+ "isEnabled": true,
+ "rate": "14837962957740000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2000000000000000000000",
+ "isEnabled": true,
+ "rate": "23148148140000000"
+ },
+ "out": {
+ "capacity": "2000000000000000000000",
+ "isEnabled": true,
+ "rate": "23148148140000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "0g-mainnet": {
+ "custom": null,
+ "standard": null
+ },
+ "bitcoin-mainnet-bitlayer-1": {
+ "custom": {
+ "in": {
+ "capacity": "67944000000000000000",
+ "isEnabled": true,
+ "rate": "19072000000000000"
+ },
+ "out": {
+ "capacity": "75354000000000000000",
+ "isEnabled": true,
+ "rate": "21152000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "114000000000000000000",
+ "isEnabled": true,
+ "rate": "32000000000000000"
+ },
+ "out": {
+ "capacity": "114000000000000000000",
+ "isEnabled": true,
+ "rate": "32000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-ink-1": {
+ "custom": {
+ "in": {
+ "capacity": "950000000000000000000",
+ "isEnabled": true,
+ "rate": "10995370366500000"
+ },
+ "out": {
+ "capacity": "730000000000000000000",
+ "isEnabled": true,
+ "rate": "8449074071100000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2000000000000000000000",
+ "isEnabled": true,
+ "rate": "23148148140000000"
+ },
+ "out": {
+ "capacity": "2000000000000000000000",
+ "isEnabled": true,
+ "rate": "23148148140000000"
+ }
+ }
+ },
+ "monad-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "678000000000000000000",
+ "isEnabled": true,
+ "rate": "7847222219460000"
+ },
+ "out": {
+ "capacity": "806000000000000000000",
+ "isEnabled": true,
+ "rate": "9328703700420000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2000000000000000000000",
+ "isEnabled": true,
+ "rate": "23148148140000000"
+ },
+ "out": {
+ "capacity": "2000000000000000000000",
+ "isEnabled": true,
+ "rate": "23148148140000000"
+ }
+ }
+ },
+ "plasma-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "658000000000000000000",
+ "isEnabled": true,
+ "rate": "7615740738060000"
+ },
+ "out": {
+ "capacity": "1274000000000000000000",
+ "isEnabled": true,
+ "rate": "14745370365180000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2000000000000000000000",
+ "isEnabled": true,
+ "rate": "23148148140000000"
+ },
+ "out": {
+ "capacity": "2000000000000000000000",
+ "isEnabled": true,
+ "rate": "23148148140000000"
+ }
+ }
+ }
+ }
+ },
+ "monad-mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "ethereum-mainnet-ink-1": {
+ "custom": {
+ "in": {
+ "capacity": "1234000000000000000000",
+ "isEnabled": true,
+ "rate": "14282407402380000"
+ },
+ "out": {
+ "capacity": "664000000000000000000",
+ "isEnabled": true,
+ "rate": "7685185182480000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2000000000000000000000",
+ "isEnabled": true,
+ "rate": "23148148140000000"
+ },
+ "out": {
+ "capacity": "2000000000000000000000",
+ "isEnabled": true,
+ "rate": "23148148140000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1268000000000000000000",
+ "isEnabled": true,
+ "rate": "14675925920760000"
+ },
+ "out": {
+ "capacity": "1256000000000000000000",
+ "isEnabled": true,
+ "rate": "14537037031920000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2000000000000000000000",
+ "isEnabled": true,
+ "rate": "23148148140000000"
+ },
+ "out": {
+ "capacity": "2000000000000000000000",
+ "isEnabled": true,
+ "rate": "23148148140000000"
+ }
+ }
+ },
+ "plasma-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "892000000000000000000",
+ "isEnabled": true,
+ "rate": "10324074070440000"
+ },
+ "out": {
+ "capacity": "1292000000000000000000",
+ "isEnabled": true,
+ "rate": "14953703698440000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2000000000000000000000",
+ "isEnabled": true,
+ "rate": "23148148140000000"
+ },
+ "out": {
+ "capacity": "2000000000000000000000",
+ "isEnabled": true,
+ "rate": "23148148140000000"
+ }
+ }
+ }
+ }
+ },
+ "plasma-mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "ethereum-mainnet-ink-1": {
+ "custom": null,
+ "standard": null
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "11574074070000000"
+ },
+ "out": {
+ "capacity": "1124000000000000000000",
+ "isEnabled": true,
+ "rate": "13009259254680000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2000000000000000000000",
+ "isEnabled": true,
+ "rate": "23148148140000000"
+ },
+ "out": {
+ "capacity": "2000000000000000000000",
+ "isEnabled": true,
+ "rate": "23148148140000000"
+ }
+ }
+ },
+ "monad-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1244000000000000000000",
+ "isEnabled": true,
+ "rate": "14398148143080000"
+ },
+ "out": {
+ "capacity": "634000000000000000000",
+ "isEnabled": true,
+ "rate": "7337962960380000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2000000000000000000000",
+ "isEnabled": true,
+ "rate": "23148148140000000"
+ },
+ "out": {
+ "capacity": "2000000000000000000000",
+ "isEnabled": true,
+ "rate": "23148148140000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "wstLINK": {
+ "avalanche-mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "9795000000000000000000",
+ "isEnabled": true,
+ "rate": "2612000000000000000"
+ },
+ "out": {
+ "capacity": "7230000000000000000000",
+ "isEnabled": true,
+ "rate": "1928000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "15000000000000000000000",
+ "isEnabled": true,
+ "rate": "4000000000000000000"
+ },
+ "out": {
+ "capacity": "15000000000000000000000",
+ "isEnabled": true,
+ "rate": "4000000000000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "5805000000000000000000",
+ "isEnabled": true,
+ "rate": "1548000000000000000"
+ },
+ "out": {
+ "capacity": "10245000000000000000000",
+ "isEnabled": true,
+ "rate": "2732000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "15000000000000000000000",
+ "isEnabled": true,
+ "rate": "4000000000000000000"
+ },
+ "out": {
+ "capacity": "15000000000000000000000",
+ "isEnabled": true,
+ "rate": "4000000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "matic-mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "wstPOL": {
+ "avalanche-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "matic-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "wUSDx": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "228830000000",
+ "isEnabled": true,
+ "rate": "63563837"
+ },
+ "out": {
+ "capacity": "314580000000",
+ "isEnabled": true,
+ "rate": "87383262"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "185710000000",
+ "isEnabled": true,
+ "rate": "51586069"
+ },
+ "out": {
+ "capacity": "327320000000",
+ "isEnabled": true,
+ "rate": "90922148"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ },
+ "ethereum-mainnet-mode-1": {
+ "custom": {
+ "in": {
+ "capacity": "231280000000",
+ "isEnabled": true,
+ "rate": "64244392"
+ },
+ "out": {
+ "capacity": "265580000000",
+ "isEnabled": true,
+ "rate": "73772162"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "237650000000",
+ "isEnabled": true,
+ "rate": "66013835"
+ },
+ "out": {
+ "capacity": "249900000000",
+ "isEnabled": true,
+ "rate": "69416610"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "315070000000",
+ "isEnabled": true,
+ "rate": "87519373"
+ },
+ "out": {
+ "capacity": "215110000000",
+ "isEnabled": true,
+ "rate": "59752729"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "294980000000",
+ "isEnabled": true,
+ "rate": "81938822"
+ },
+ "out": {
+ "capacity": "187180000000",
+ "isEnabled": true,
+ "rate": "51994402"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "299390000000",
+ "isEnabled": true,
+ "rate": "83163821"
+ },
+ "out": {
+ "capacity": "193060000000",
+ "isEnabled": true,
+ "rate": "53627734"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "289590000000",
+ "isEnabled": true,
+ "rate": "80441601"
+ },
+ "out": {
+ "capacity": "331730000000",
+ "isEnabled": true,
+ "rate": "92147147"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ },
+ "ethereum-mainnet-mode-1": {
+ "custom": {
+ "in": {
+ "capacity": "189630000000",
+ "isEnabled": true,
+ "rate": "52674957"
+ },
+ "out": {
+ "capacity": "155330000000",
+ "isEnabled": true,
+ "rate": "43147187"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "248430000000",
+ "isEnabled": true,
+ "rate": "69008277"
+ },
+ "out": {
+ "capacity": "154350000000",
+ "isEnabled": true,
+ "rate": "42874965"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "325360000000",
+ "isEnabled": true,
+ "rate": "90377704"
+ },
+ "out": {
+ "capacity": "316540000000",
+ "isEnabled": true,
+ "rate": "87927706"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "165620000000",
+ "isEnabled": true,
+ "rate": "46005518"
+ },
+ "out": {
+ "capacity": "161700000000",
+ "isEnabled": true,
+ "rate": "44916630"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "297920000000",
+ "isEnabled": true,
+ "rate": "82755488"
+ },
+ "out": {
+ "capacity": "212660000000",
+ "isEnabled": true,
+ "rate": "59072174"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "261660000000",
+ "isEnabled": true,
+ "rate": "72683274"
+ },
+ "out": {
+ "capacity": "246470000000",
+ "isEnabled": true,
+ "rate": "68463833"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ },
+ "ethereum-mainnet-mode-1": {
+ "custom": {
+ "in": {
+ "capacity": "271460000000",
+ "isEnabled": true,
+ "rate": "75405494"
+ },
+ "out": {
+ "capacity": "184240000000",
+ "isEnabled": true,
+ "rate": "51177736"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "267540000000",
+ "isEnabled": true,
+ "rate": "74316606"
+ },
+ "out": {
+ "capacity": "317520000000",
+ "isEnabled": true,
+ "rate": "88199928"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "308210000000",
+ "isEnabled": true,
+ "rate": "85613819"
+ },
+ "out": {
+ "capacity": "213150000000",
+ "isEnabled": true,
+ "rate": "59208285"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "171500000000",
+ "isEnabled": true,
+ "rate": "47638850"
+ },
+ "out": {
+ "capacity": "318500000000",
+ "isEnabled": true,
+ "rate": "88472150"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-mode-1": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "202860000000",
+ "isEnabled": true,
+ "rate": "56349954"
+ },
+ "out": {
+ "capacity": "197960000000",
+ "isEnabled": true,
+ "rate": "54988844"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "179340000000",
+ "isEnabled": true,
+ "rate": "49816626"
+ },
+ "out": {
+ "capacity": "266560000000",
+ "isEnabled": true,
+ "rate": "74044384"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "182280000000",
+ "isEnabled": true,
+ "rate": "50633292"
+ },
+ "out": {
+ "capacity": "218540000000",
+ "isEnabled": true,
+ "rate": "60705506"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "247450000000",
+ "isEnabled": true,
+ "rate": "68736055"
+ },
+ "out": {
+ "capacity": "173950000000",
+ "isEnabled": true,
+ "rate": "48319405"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "247940000000",
+ "isEnabled": true,
+ "rate": "68872166"
+ },
+ "out": {
+ "capacity": "163660000000",
+ "isEnabled": true,
+ "rate": "45461074"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "294980000000",
+ "isEnabled": true,
+ "rate": "81938822"
+ },
+ "out": {
+ "capacity": "173950000000",
+ "isEnabled": true,
+ "rate": "48319405"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "282240000000",
+ "isEnabled": true,
+ "rate": "78399936"
+ },
+ "out": {
+ "capacity": "239610000000",
+ "isEnabled": true,
+ "rate": "66558279"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "188160000000",
+ "isEnabled": true,
+ "rate": "52266624"
+ },
+ "out": {
+ "capacity": "267540000000",
+ "isEnabled": true,
+ "rate": "74316606"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "235690000000",
+ "isEnabled": true,
+ "rate": "65469391"
+ },
+ "out": {
+ "capacity": "174440000000",
+ "isEnabled": true,
+ "rate": "48455516"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ },
+ "ethereum-mainnet-mode-1": {
+ "custom": {
+ "in": {
+ "capacity": "250880000000",
+ "isEnabled": true,
+ "rate": "69688832"
+ },
+ "out": {
+ "capacity": "303310000000",
+ "isEnabled": true,
+ "rate": "84252709"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "269500000000",
+ "isEnabled": true,
+ "rate": "74861050"
+ },
+ "out": {
+ "capacity": "281260000000",
+ "isEnabled": true,
+ "rate": "78127714"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "177870000000",
+ "isEnabled": true,
+ "rate": "49408293"
+ },
+ "out": {
+ "capacity": "202860000000",
+ "isEnabled": true,
+ "rate": "56349954"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "181790000000",
+ "isEnabled": true,
+ "rate": "50497181"
+ },
+ "out": {
+ "capacity": "338100000000",
+ "isEnabled": true,
+ "rate": "93916590"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "260680000000",
+ "isEnabled": true,
+ "rate": "72411052"
+ },
+ "out": {
+ "capacity": "148960000000",
+ "isEnabled": true,
+ "rate": "41377744"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "254800000000",
+ "isEnabled": true,
+ "rate": "70777720"
+ },
+ "out": {
+ "capacity": "186690000000",
+ "isEnabled": true,
+ "rate": "51858291"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ },
+ "ethereum-mainnet-mode-1": {
+ "custom": {
+ "in": {
+ "capacity": "226870000000",
+ "isEnabled": true,
+ "rate": "63019393"
+ },
+ "out": {
+ "capacity": "295960000000",
+ "isEnabled": true,
+ "rate": "82211044"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": null,
+ "standard": null
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "269010000000",
+ "isEnabled": true,
+ "rate": "74724939"
+ },
+ "out": {
+ "capacity": "158760000000",
+ "isEnabled": true,
+ "rate": "44099964"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "325360000000",
+ "isEnabled": true,
+ "rate": "90377704"
+ },
+ "out": {
+ "capacity": "295470000000",
+ "isEnabled": true,
+ "rate": "82074933"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "214130000000",
+ "isEnabled": true,
+ "rate": "59480507"
+ },
+ "out": {
+ "capacity": "261660000000",
+ "isEnabled": true,
+ "rate": "72683274"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "248920000000",
+ "isEnabled": true,
+ "rate": "69144388"
+ },
+ "out": {
+ "capacity": "184240000000",
+ "isEnabled": true,
+ "rate": "51177736"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ },
+ "ethereum-mainnet-mode-1": {
+ "custom": {
+ "in": {
+ "capacity": "158760000000",
+ "isEnabled": true,
+ "rate": "44099964"
+ },
+ "out": {
+ "capacity": "249900000000",
+ "isEnabled": true,
+ "rate": "69416610"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "303800000000",
+ "isEnabled": true,
+ "rate": "84388820"
+ },
+ "out": {
+ "capacity": "246470000000",
+ "isEnabled": true,
+ "rate": "68463833"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "213640000000",
+ "isEnabled": true,
+ "rate": "59344396"
+ },
+ "out": {
+ "capacity": "250390000000",
+ "isEnabled": true,
+ "rate": "69552721"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ },
+ "out": {
+ "capacity": "490000000000",
+ "isEnabled": true,
+ "rate": "136111000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "xGold": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "hyperliquid-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "hedera-mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "hyperliquid-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "hedera-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "hyperliquid-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "matic-mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": null,
+ "standard": null
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "XLAB": {
+ "bsc-mainnet": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "solana-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "xrETH": {
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "xRPL": {
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "xSILO": {
+ "avalanche-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "xSolvBTC": {
+ "avalanche-mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "bitcoin-mainnet-bob-1": {
+ "custom": {
+ "in": {
+ "capacity": "950000000000000000",
+ "isEnabled": true,
+ "rate": "43981200000000"
+ },
+ "out": {
+ "capacity": "1235000000000000000",
+ "isEnabled": true,
+ "rate": "57175560000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1335000000000000000",
+ "isEnabled": true,
+ "rate": "61805160000000"
+ },
+ "out": {
+ "capacity": "1057500000000000000",
+ "isEnabled": true,
+ "rate": "48958020000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1537500000000000000",
+ "isEnabled": true,
+ "rate": "71180100000000"
+ },
+ "out": {
+ "capacity": "1240000000000000000",
+ "isEnabled": true,
+ "rate": "57407040000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1167500000000000000",
+ "isEnabled": true,
+ "rate": "54050580000000"
+ },
+ "out": {
+ "capacity": "1492500000000000000",
+ "isEnabled": true,
+ "rate": "69096780000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-ink-1": {
+ "custom": {
+ "in": {
+ "capacity": "1460000000000000000",
+ "isEnabled": true,
+ "rate": "67592160000000"
+ },
+ "out": {
+ "capacity": "1727500000000000000",
+ "isEnabled": true,
+ "rate": "79976340000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1317500000000000000",
+ "isEnabled": true,
+ "rate": "60994980000000"
+ },
+ "out": {
+ "capacity": "885000000000000000",
+ "isEnabled": true,
+ "rate": "40971960000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1457500000000000000",
+ "isEnabled": true,
+ "rate": "67476420000000"
+ },
+ "out": {
+ "capacity": "885000000000000000",
+ "isEnabled": true,
+ "rate": "40971960000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1130000000000000000",
+ "isEnabled": true,
+ "rate": "52314480000000"
+ },
+ "out": {
+ "capacity": "800000000000000000",
+ "isEnabled": true,
+ "rate": "37036800000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ }
+ }
+ },
+ "berachain-mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "bitcoin-mainnet-bob-1": {
+ "custom": {
+ "in": {
+ "capacity": "857500000000000000",
+ "isEnabled": true,
+ "rate": "39698820000000"
+ },
+ "out": {
+ "capacity": "1092500000000000000",
+ "isEnabled": true,
+ "rate": "50578380000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1650000000000000000",
+ "isEnabled": true,
+ "rate": "76388400000000"
+ },
+ "out": {
+ "capacity": "1027500000000000000",
+ "isEnabled": true,
+ "rate": "47569140000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "810000000000000000",
+ "isEnabled": true,
+ "rate": "37499760000000"
+ },
+ "out": {
+ "capacity": "1267500000000000000",
+ "isEnabled": true,
+ "rate": "58680180000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ }
+ }
+ },
+ "bitcoin-mainnet-bob-1": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1297500000000000000",
+ "isEnabled": true,
+ "rate": "60069060000000"
+ },
+ "out": {
+ "capacity": "960000000000000000",
+ "isEnabled": true,
+ "rate": "44444160000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "berachain-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "887500000000000000",
+ "isEnabled": true,
+ "rate": "41087700000000"
+ },
+ "out": {
+ "capacity": "1027500000000000000",
+ "isEnabled": true,
+ "rate": "47569140000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "922500000000000000",
+ "isEnabled": true,
+ "rate": "42708060000000"
+ },
+ "out": {
+ "capacity": "1150000000000000000",
+ "isEnabled": true,
+ "rate": "53240400000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "997500000000000000",
+ "isEnabled": true,
+ "rate": "46180260000000"
+ },
+ "out": {
+ "capacity": "1552500000000000000",
+ "isEnabled": true,
+ "rate": "71874540000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "792500000000000000",
+ "isEnabled": true,
+ "rate": "36689580000000"
+ },
+ "out": {
+ "capacity": "1035000000000000000",
+ "isEnabled": true,
+ "rate": "47916360000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-ink-1": {
+ "custom": {
+ "in": {
+ "capacity": "1472500000000000000",
+ "isEnabled": true,
+ "rate": "68170860000000"
+ },
+ "out": {
+ "capacity": "1395000000000000000",
+ "isEnabled": true,
+ "rate": "64582920000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1672500000000000000",
+ "isEnabled": true,
+ "rate": "77430060000000"
+ },
+ "out": {
+ "capacity": "857500000000000000",
+ "isEnabled": true,
+ "rate": "39698820000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-zksync-1": {
+ "custom": {
+ "in": {
+ "capacity": "1035000000000000000",
+ "isEnabled": true,
+ "rate": "47916360000000"
+ },
+ "out": {
+ "capacity": "1187500000000000000",
+ "isEnabled": true,
+ "rate": "54976500000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "920000000000000000",
+ "isEnabled": true,
+ "rate": "42592320000000"
+ },
+ "out": {
+ "capacity": "1522500000000000000",
+ "isEnabled": true,
+ "rate": "70485660000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1102500000000000000",
+ "isEnabled": true,
+ "rate": "51041340000000"
+ },
+ "out": {
+ "capacity": "1515000000000000000",
+ "isEnabled": true,
+ "rate": "70138440000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "sei-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1072500000000000000",
+ "isEnabled": true,
+ "rate": "49652460000000"
+ },
+ "out": {
+ "capacity": "917500000000000000",
+ "isEnabled": true,
+ "rate": "42476580000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "soneium-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1007500000000000000",
+ "isEnabled": true,
+ "rate": "46643220000000"
+ },
+ "out": {
+ "capacity": "937500000000000000",
+ "isEnabled": true,
+ "rate": "43402500000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "910000000000000000",
+ "isEnabled": true,
+ "rate": "42129360000000"
+ },
+ "out": {
+ "capacity": "1447500000000000000",
+ "isEnabled": true,
+ "rate": "67013460000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "berachain-mainnet": {
+ "custom": null,
+ "standard": null
+ },
+ "bitcoin-mainnet-bob-1": {
+ "custom": {
+ "in": {
+ "capacity": "790000000000000000",
+ "isEnabled": true,
+ "rate": "36573840000000"
+ },
+ "out": {
+ "capacity": "880000000000000000",
+ "isEnabled": true,
+ "rate": "40740480000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "872500000000000000",
+ "isEnabled": true,
+ "rate": "40393260000000"
+ },
+ "out": {
+ "capacity": "1317500000000000000",
+ "isEnabled": true,
+ "rate": "60994980000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1005000000000000000",
+ "isEnabled": true,
+ "rate": "46527480000000"
+ },
+ "out": {
+ "capacity": "1310000000000000000",
+ "isEnabled": true,
+ "rate": "60647760000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-ink-1": {
+ "custom": {
+ "in": {
+ "capacity": "865000000000000000",
+ "isEnabled": true,
+ "rate": "40046040000000"
+ },
+ "out": {
+ "capacity": "1645000000000000000",
+ "isEnabled": true,
+ "rate": "76156920000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1087500000000000000",
+ "isEnabled": true,
+ "rate": "50346900000000"
+ },
+ "out": {
+ "capacity": "1432500000000000000",
+ "isEnabled": true,
+ "rate": "66319020000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "hyperliquid-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1220000000000000000",
+ "isEnabled": true,
+ "rate": "56481120000000"
+ },
+ "out": {
+ "capacity": "1592500000000000000",
+ "isEnabled": true,
+ "rate": "73726380000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1337500000000000000",
+ "isEnabled": true,
+ "rate": "61920900000000"
+ },
+ "out": {
+ "capacity": "1622500000000000000",
+ "isEnabled": true,
+ "rate": "75115260000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "770000000000000000",
+ "isEnabled": true,
+ "rate": "35647920000000"
+ },
+ "out": {
+ "capacity": "750000000000000000",
+ "isEnabled": true,
+ "rate": "34722000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "sei-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1147500000000000000",
+ "isEnabled": true,
+ "rate": "53124660000000"
+ },
+ "out": {
+ "capacity": "1625000000000000000",
+ "isEnabled": true,
+ "rate": "75231000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "109250000",
+ "isEnabled": true,
+ "rate": "5057"
+ },
+ "out": {
+ "capacity": "1305000000000000000",
+ "isEnabled": true,
+ "rate": "60416280000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "250000000",
+ "isEnabled": true,
+ "rate": "11574"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1307500000000000000",
+ "isEnabled": true,
+ "rate": "60532020000000"
+ },
+ "out": {
+ "capacity": "792500000000000000",
+ "isEnabled": true,
+ "rate": "36689580000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "bitcoin-mainnet-bob-1": {
+ "custom": null,
+ "standard": null
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1365000000000000000",
+ "isEnabled": true,
+ "rate": "63194040000000"
+ },
+ "out": {
+ "capacity": "1002500000000000000",
+ "isEnabled": true,
+ "rate": "46411740000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "795000000000000000",
+ "isEnabled": true,
+ "rate": "36805320000000"
+ },
+ "out": {
+ "capacity": "1267500000000000000",
+ "isEnabled": true,
+ "rate": "58680180000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-ink-1": {
+ "custom": null,
+ "standard": null
+ },
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1487500000000000000",
+ "isEnabled": true,
+ "rate": "68865300000000"
+ },
+ "out": {
+ "capacity": "1200000000000000000",
+ "isEnabled": true,
+ "rate": "55555200000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1150000000000000000",
+ "isEnabled": true,
+ "rate": "53240400000000"
+ },
+ "out": {
+ "capacity": "1192500000000000000",
+ "isEnabled": true,
+ "rate": "55207980000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1677500000000000000",
+ "isEnabled": true,
+ "rate": "77661540000000"
+ },
+ "out": {
+ "capacity": "1550000000000000000",
+ "isEnabled": true,
+ "rate": "71758800000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "bitcoin-mainnet-bob-1": {
+ "custom": {
+ "in": {
+ "capacity": "752500000000000000",
+ "isEnabled": true,
+ "rate": "34837740000000"
+ },
+ "out": {
+ "capacity": "850000000000000000",
+ "isEnabled": true,
+ "rate": "39351600000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "772500000000000000",
+ "isEnabled": true,
+ "rate": "35763660000000"
+ },
+ "out": {
+ "capacity": "1375000000000000000",
+ "isEnabled": true,
+ "rate": "63657000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1050000000000000000",
+ "isEnabled": true,
+ "rate": "48610800000000"
+ },
+ "out": {
+ "capacity": "1452500000000000000",
+ "isEnabled": true,
+ "rate": "67244940000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-ink-1": {
+ "custom": {
+ "in": {
+ "capacity": "1010000000000000000",
+ "isEnabled": true,
+ "rate": "46758960000000"
+ },
+ "out": {
+ "capacity": "800000000000000000",
+ "isEnabled": true,
+ "rate": "37036800000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1725000000000000000",
+ "isEnabled": true,
+ "rate": "79860600000000"
+ },
+ "out": {
+ "capacity": "1552500000000000000",
+ "isEnabled": true,
+ "rate": "71874540000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1297500000000000000",
+ "isEnabled": true,
+ "rate": "60069060000000"
+ },
+ "out": {
+ "capacity": "1255000000000000000",
+ "isEnabled": true,
+ "rate": "58101480000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "982500000000000000",
+ "isEnabled": true,
+ "rate": "45485820000000"
+ },
+ "out": {
+ "capacity": "1667500000000000000",
+ "isEnabled": true,
+ "rate": "77198580000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-ink-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "997500000000000000",
+ "isEnabled": true,
+ "rate": "46180260000000"
+ },
+ "out": {
+ "capacity": "1352500000000000000",
+ "isEnabled": true,
+ "rate": "62615340000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "bitcoin-mainnet-bob-1": {
+ "custom": {
+ "in": {
+ "capacity": "1600000000000000000",
+ "isEnabled": true,
+ "rate": "74073600000000"
+ },
+ "out": {
+ "capacity": "1220000000000000000",
+ "isEnabled": true,
+ "rate": "56481120000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1080000000000000000",
+ "isEnabled": true,
+ "rate": "49999680000000"
+ },
+ "out": {
+ "capacity": "1417500000000000000",
+ "isEnabled": true,
+ "rate": "65624580000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1620000000000000000",
+ "isEnabled": true,
+ "rate": "74999520000000"
+ },
+ "out": {
+ "capacity": "1215000000000000000",
+ "isEnabled": true,
+ "rate": "56249640000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1397500000000000000",
+ "isEnabled": true,
+ "rate": "64698660000000"
+ },
+ "out": {
+ "capacity": "1175000000000000000",
+ "isEnabled": true,
+ "rate": "54397800000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1145000000000000000",
+ "isEnabled": true,
+ "rate": "53008920000000"
+ },
+ "out": {
+ "capacity": "860000000000000000",
+ "isEnabled": true,
+ "rate": "39814560000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-zksync-1": {
+ "custom": {
+ "in": {
+ "capacity": "1350000000000000000",
+ "isEnabled": true,
+ "rate": "62499600000000"
+ },
+ "out": {
+ "capacity": "1137500000000000000",
+ "isEnabled": true,
+ "rate": "52661700000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1527500000000000000",
+ "isEnabled": true,
+ "rate": "70717140000000"
+ },
+ "out": {
+ "capacity": "775000000000000000",
+ "isEnabled": true,
+ "rate": "35879400000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1440000000000000000",
+ "isEnabled": true,
+ "rate": "66666240000000"
+ },
+ "out": {
+ "capacity": "1505000000000000000",
+ "isEnabled": true,
+ "rate": "69675480000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "sei-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1117500000000000000",
+ "isEnabled": true,
+ "rate": "51735780000000"
+ },
+ "out": {
+ "capacity": "1362500000000000000",
+ "isEnabled": true,
+ "rate": "63078300000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "soneium-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1337500000000000000",
+ "isEnabled": true,
+ "rate": "61920900000000"
+ },
+ "out": {
+ "capacity": "1127500000000000000",
+ "isEnabled": true,
+ "rate": "52198740000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1607500000000000000",
+ "isEnabled": true,
+ "rate": "74420820000000"
+ },
+ "out": {
+ "capacity": "1747500000000000000",
+ "isEnabled": true,
+ "rate": "80902260000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "bitcoin-mainnet-bob-1": {
+ "custom": {
+ "in": {
+ "capacity": "1685000000000000000",
+ "isEnabled": true,
+ "rate": "78008760000000"
+ },
+ "out": {
+ "capacity": "885000000000000000",
+ "isEnabled": true,
+ "rate": "40971960000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1625000000000000000",
+ "isEnabled": true,
+ "rate": "75231000000000"
+ },
+ "out": {
+ "capacity": "765000000000000000",
+ "isEnabled": true,
+ "rate": "35416440000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "837500000000000000",
+ "isEnabled": true,
+ "rate": "38772900000000"
+ },
+ "out": {
+ "capacity": "1442500000000000000",
+ "isEnabled": true,
+ "rate": "66781980000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1335000000000000000",
+ "isEnabled": true,
+ "rate": "61805160000000"
+ },
+ "out": {
+ "capacity": "767500000000000000",
+ "isEnabled": true,
+ "rate": "35532180000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-ink-1": {
+ "custom": {
+ "in": {
+ "capacity": "1262500000000000000",
+ "isEnabled": true,
+ "rate": "58448700000000"
+ },
+ "out": {
+ "capacity": "915000000000000000",
+ "isEnabled": true,
+ "rate": "42360840000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1127500000000000000",
+ "isEnabled": true,
+ "rate": "52198740000000"
+ },
+ "out": {
+ "capacity": "1712500000000000000",
+ "isEnabled": true,
+ "rate": "79281900000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1747500000000000000",
+ "isEnabled": true,
+ "rate": "80902260000000"
+ },
+ "out": {
+ "capacity": "1512500000000000000",
+ "isEnabled": true,
+ "rate": "70022700000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-taiko-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1387500000000000000",
+ "isEnabled": true,
+ "rate": "64235700000000"
+ },
+ "out": {
+ "capacity": "1557500000000000000",
+ "isEnabled": true,
+ "rate": "72106020000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-zksync-1": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "bitcoin-mainnet-bob-1": {
+ "custom": {
+ "in": {
+ "capacity": "1140000000000000000",
+ "isEnabled": true,
+ "rate": "52777440000000"
+ },
+ "out": {
+ "capacity": "1472500000000000000",
+ "isEnabled": true,
+ "rate": "68170860000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-ink-1": {
+ "custom": {
+ "in": {
+ "capacity": "752500000000000000",
+ "isEnabled": true,
+ "rate": "34837740000000"
+ },
+ "out": {
+ "capacity": "775000000000000000",
+ "isEnabled": true,
+ "rate": "35879400000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "63600000000000000000",
+ "isEnabled": true,
+ "rate": "736064000000000"
+ },
+ "out": {
+ "capacity": "1580000000000000000",
+ "isEnabled": true,
+ "rate": "73147680000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "150000000000000000000",
+ "isEnabled": true,
+ "rate": "1736000000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1327500000000000000",
+ "isEnabled": true,
+ "rate": "61457940000000"
+ },
+ "out": {
+ "capacity": "1260000000000000000",
+ "isEnabled": true,
+ "rate": "58332960000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ }
+ }
+ },
+ "hyperliquid-mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1080000000000000000",
+ "isEnabled": true,
+ "rate": "49999680000000"
+ },
+ "out": {
+ "capacity": "1510000000000000000",
+ "isEnabled": true,
+ "rate": "69906960000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1032500000000000000",
+ "isEnabled": true,
+ "rate": "47800620000000"
+ },
+ "out": {
+ "capacity": "865000000000000000",
+ "isEnabled": true,
+ "rate": "40046040000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1690000000000000000",
+ "isEnabled": true,
+ "rate": "78240240000000"
+ },
+ "out": {
+ "capacity": "1535000000000000000",
+ "isEnabled": true,
+ "rate": "71064360000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "berachain-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1147500000000000000",
+ "isEnabled": true,
+ "rate": "53124660000000"
+ },
+ "out": {
+ "capacity": "1137500000000000000",
+ "isEnabled": true,
+ "rate": "52661700000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "bitcoin-mainnet-bob-1": {
+ "custom": {
+ "in": {
+ "capacity": "1620000000000000000",
+ "isEnabled": true,
+ "rate": "74999520000000"
+ },
+ "out": {
+ "capacity": "1117500000000000000",
+ "isEnabled": true,
+ "rate": "51735780000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1107500000000000000",
+ "isEnabled": true,
+ "rate": "51272820000000"
+ },
+ "out": {
+ "capacity": "1365000000000000000",
+ "isEnabled": true,
+ "rate": "63194040000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1390000000000000000",
+ "isEnabled": true,
+ "rate": "64351440000000"
+ },
+ "out": {
+ "capacity": "1522500000000000000",
+ "isEnabled": true,
+ "rate": "70485660000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1672500000000000000",
+ "isEnabled": true,
+ "rate": "77430060000000"
+ },
+ "out": {
+ "capacity": "1412500000000000000",
+ "isEnabled": true,
+ "rate": "65393100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-ink-1": {
+ "custom": null,
+ "standard": null
+ },
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1617500000000000000",
+ "isEnabled": true,
+ "rate": "74883780000000"
+ },
+ "out": {
+ "capacity": "812500000000000000",
+ "isEnabled": true,
+ "rate": "37615500000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-taiko-1": {
+ "custom": {
+ "in": {
+ "capacity": "1472500000000000000",
+ "isEnabled": true,
+ "rate": "68170860000000"
+ },
+ "out": {
+ "capacity": "1290000000000000000",
+ "isEnabled": true,
+ "rate": "59721840000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-zksync-1": {
+ "custom": {
+ "in": {
+ "capacity": "1465000000000000000",
+ "isEnabled": true,
+ "rate": "67823640000000"
+ },
+ "out": {
+ "capacity": "92700000000000000000",
+ "isEnabled": true,
+ "rate": "1072848000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "150000000000000000000",
+ "isEnabled": true,
+ "rate": "1736000000000000"
+ }
+ }
+ },
+ "hyperliquid-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1050000000000000000",
+ "isEnabled": true,
+ "rate": "48610800000000"
+ },
+ "out": {
+ "capacity": "1465000000000000000",
+ "isEnabled": true,
+ "rate": "67823640000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1332500000000000000",
+ "isEnabled": true,
+ "rate": "61689420000000"
+ },
+ "out": {
+ "capacity": "1422500000000000000",
+ "isEnabled": true,
+ "rate": "65856060000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "monad-mainnet": {
+ "custom": null,
+ "standard": null
+ },
+ "sei-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1675000000000000000",
+ "isEnabled": true,
+ "rate": "77545800000000"
+ },
+ "out": {
+ "capacity": "1730000000000000000",
+ "isEnabled": true,
+ "rate": "80092080000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "138750000",
+ "isEnabled": true,
+ "rate": "6423"
+ },
+ "out": {
+ "capacity": "980000000000000000",
+ "isEnabled": true,
+ "rate": "45370080000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "250000000",
+ "isEnabled": true,
+ "rate": "11574"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "soneium-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "922500000000000000",
+ "isEnabled": true,
+ "rate": "42708060000000"
+ },
+ "out": {
+ "capacity": "26220000000000000000",
+ "isEnabled": true,
+ "rate": "303470280000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "60000000000000000000",
+ "isEnabled": true,
+ "rate": "694440000000000"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ },
+ "matic-mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "957500000000000000",
+ "isEnabled": true,
+ "rate": "44328420000000"
+ },
+ "out": {
+ "capacity": "1535000000000000000",
+ "isEnabled": true,
+ "rate": "71064360000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "bitcoin-mainnet-bob-1": {
+ "custom": null,
+ "standard": null
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1417500000000000000",
+ "isEnabled": true,
+ "rate": "65624580000000"
+ },
+ "out": {
+ "capacity": "862500000000000000",
+ "isEnabled": true,
+ "rate": "39930300000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1370000000000000000",
+ "isEnabled": true,
+ "rate": "63425520000000"
+ },
+ "out": {
+ "capacity": "1042500000000000000",
+ "isEnabled": true,
+ "rate": "48263580000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "862500000000000000",
+ "isEnabled": true,
+ "rate": "39930300000000"
+ },
+ "out": {
+ "capacity": "1192500000000000000",
+ "isEnabled": true,
+ "rate": "55207980000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-ink-1": {
+ "custom": {
+ "in": {
+ "capacity": "1162500000000000000",
+ "isEnabled": true,
+ "rate": "53819100000000"
+ },
+ "out": {
+ "capacity": "1170000000000000000",
+ "isEnabled": true,
+ "rate": "54166320000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "1560000000000000000",
+ "isEnabled": true,
+ "rate": "72221760000000"
+ },
+ "out": {
+ "capacity": "1220000000000000000",
+ "isEnabled": true,
+ "rate": "56481120000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-zksync-1": {
+ "custom": {
+ "in": {
+ "capacity": "1295000000000000000",
+ "isEnabled": true,
+ "rate": "59953320000000"
+ },
+ "out": {
+ "capacity": "1357500000000000000",
+ "isEnabled": true,
+ "rate": "62846820000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1120000000000000000",
+ "isEnabled": true,
+ "rate": "51851520000000"
+ },
+ "out": {
+ "capacity": "1160000000000000000",
+ "isEnabled": true,
+ "rate": "53703360000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "sei-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1127500000000000000",
+ "isEnabled": true,
+ "rate": "52198740000000"
+ },
+ "out": {
+ "capacity": "772500000000000000",
+ "isEnabled": true,
+ "rate": "35763660000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "soneium-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1217500000000000000",
+ "isEnabled": true,
+ "rate": "56365380000000"
+ },
+ "out": {
+ "capacity": "807500000000000000",
+ "isEnabled": true,
+ "rate": "37384020000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ }
+ }
+ },
+ "monad-mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "10110000000000000000",
+ "isEnabled": true,
+ "rate": "117013140000000"
+ },
+ "out": {
+ "capacity": "1610000000000000000",
+ "isEnabled": true,
+ "rate": "18634140000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "30000000000000000000",
+ "isEnabled": true,
+ "rate": "347220000000000"
+ },
+ "out": {
+ "capacity": "5000000000000000000",
+ "isEnabled": true,
+ "rate": "57870000000000"
+ }
+ }
+ }
+ }
+ },
+ "sei-mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "bitcoin-mainnet-bob-1": {
+ "custom": {
+ "in": {
+ "capacity": "1555000000000000000",
+ "isEnabled": true,
+ "rate": "71990280000000"
+ },
+ "out": {
+ "capacity": "1660000000000000000",
+ "isEnabled": true,
+ "rate": "76851360000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1312500000000000000",
+ "isEnabled": true,
+ "rate": "60763500000000"
+ },
+ "out": {
+ "capacity": "1197500000000000000",
+ "isEnabled": true,
+ "rate": "55439460000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-ink-1": {
+ "custom": {
+ "in": {
+ "capacity": "1567500000000000000",
+ "isEnabled": true,
+ "rate": "72568980000000"
+ },
+ "out": {
+ "capacity": "1120000000000000000",
+ "isEnabled": true,
+ "rate": "51851520000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1722500000000000000",
+ "isEnabled": true,
+ "rate": "79744860000000"
+ },
+ "out": {
+ "capacity": "985000000000000000",
+ "isEnabled": true,
+ "rate": "45601560000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1597500000000000000",
+ "isEnabled": true,
+ "rate": "73957860000000"
+ },
+ "out": {
+ "capacity": "1420000000000000000",
+ "isEnabled": true,
+ "rate": "65740320000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ }
+ }
+ },
+ "solana-mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "153250000",
+ "isEnabled": true,
+ "rate": "7094"
+ },
+ "out": {
+ "capacity": "155750000",
+ "isEnabled": true,
+ "rate": "7210"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "250000000",
+ "isEnabled": true,
+ "rate": "11574"
+ },
+ "out": {
+ "capacity": "250000000",
+ "isEnabled": true,
+ "rate": "11574"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "152500000",
+ "isEnabled": true,
+ "rate": "7060"
+ },
+ "out": {
+ "capacity": "169000000",
+ "isEnabled": true,
+ "rate": "7824"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "250000000",
+ "isEnabled": true,
+ "rate": "11574"
+ },
+ "out": {
+ "capacity": "250000000",
+ "isEnabled": true,
+ "rate": "11574"
+ }
+ }
+ }
+ }
+ },
+ "soneium-mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "bitcoin-mainnet-bob-1": {
+ "custom": {
+ "in": {
+ "capacity": "890000000000000000",
+ "isEnabled": true,
+ "rate": "41203440000000"
+ },
+ "out": {
+ "capacity": "1617500000000000000",
+ "isEnabled": true,
+ "rate": "74883780000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-ink-1": {
+ "custom": {
+ "in": {
+ "capacity": "942500000000000000",
+ "isEnabled": true,
+ "rate": "43633980000000"
+ },
+ "out": {
+ "capacity": "1677500000000000000",
+ "isEnabled": true,
+ "rate": "77661540000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "22980000000000000000",
+ "isEnabled": true,
+ "rate": "265970520000000"
+ },
+ "out": {
+ "capacity": "1057500000000000000",
+ "isEnabled": true,
+ "rate": "48958020000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "60000000000000000000",
+ "isEnabled": true,
+ "rate": "694440000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1702500000000000000",
+ "isEnabled": true,
+ "rate": "78818940000000"
+ },
+ "out": {
+ "capacity": "1387500000000000000",
+ "isEnabled": true,
+ "rate": "64235700000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1150000000000000000",
+ "isEnabled": true,
+ "rate": "53240400000000"
+ },
+ "out": {
+ "capacity": "1580000000000000000",
+ "isEnabled": true,
+ "rate": "73147680000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ },
+ "out": {
+ "capacity": "2500000000000000000",
+ "isEnabled": true,
+ "rate": "115740000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "XSWAP": {
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "12120000000000000000000000",
+ "isEnabled": true,
+ "rate": "280578000000000000000"
+ },
+ "out": {
+ "capacity": "8600000000000000000000000",
+ "isEnabled": true,
+ "rate": "199090000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "20000000000000000000000000",
+ "isEnabled": true,
+ "rate": "463000000000000000000"
+ },
+ "out": {
+ "capacity": "20000000000000000000000000",
+ "isEnabled": true,
+ "rate": "463000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "13420000000000000000000000",
+ "isEnabled": true,
+ "rate": "310673000000000000000"
+ },
+ "out": {
+ "capacity": "9240000000000000000000000",
+ "isEnabled": true,
+ "rate": "213906000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "20000000000000000000000000",
+ "isEnabled": true,
+ "rate": "463000000000000000000"
+ },
+ "out": {
+ "capacity": "20000000000000000000000000",
+ "isEnabled": true,
+ "rate": "463000000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "XTFBRICK1": {
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "memento-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "matic-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "memento-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "memento-mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "XTFCLOBOND": {
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "memento-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "matic-mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "memento-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "memento-mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "matic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "YBTC.B": {
+ "avalanche-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "bitcoin-mainnet-bitlayer-1": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "bitcoin-mainnet-bitlayer-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "plasma-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "plume-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "bsc-mainnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": null,
+ "standard": null
+ },
+ "bitcoin-mainnet-bitlayer-1": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-ink-1": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "avalanche-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "bitcoin-mainnet-bitlayer-1": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-mainnet-ink-1": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "plasma-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "plasma-mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "bitcoin-mainnet-bitlayer-1": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "plume-mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "bitcoin-mainnet-bitlayer-1": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "solana-mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "bitcoin-mainnet-bitlayer-1": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "YGG": {
+ "mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "ronin-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1208000000000000000000000",
+ "isEnabled": true,
+ "rate": "13981452400000000000"
+ },
+ "out": {
+ "capacity": "1116000000000000000000000",
+ "isEnabled": true,
+ "rate": "12916646000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2000000000000000000000000",
+ "isEnabled": true,
+ "rate": "23148100000000000000"
+ },
+ "out": {
+ "capacity": "1800000000000000000000000",
+ "isEnabled": true,
+ "rate": "20833300000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ronin-mainnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1194000000000000000000000",
+ "isEnabled": true,
+ "rate": "13819415700000000000"
+ },
+ "out": {
+ "capacity": "833400000000000000000000",
+ "isEnabled": true,
+ "rate": "9645817900000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2000000000000000000000000",
+ "isEnabled": true,
+ "rate": "23148100000000000000"
+ },
+ "out": {
+ "capacity": "1800000000000000000000000",
+ "isEnabled": true,
+ "rate": "20833300000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "YNE": {
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "solana-mainnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "zBTC": {
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "484000000",
+ "isEnabled": true,
+ "rate": "5601"
+ },
+ "out": {
+ "capacity": "316000000",
+ "isEnabled": true,
+ "rate": "3657"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "11574"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "11574"
+ }
+ }
+ },
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "480000000",
+ "isEnabled": true,
+ "rate": "5555"
+ },
+ "out": {
+ "capacity": "353000000",
+ "isEnabled": true,
+ "rate": "4085"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "11574"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "11574"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "328000000",
+ "isEnabled": true,
+ "rate": "3796"
+ },
+ "out": {
+ "capacity": "639000000",
+ "isEnabled": true,
+ "rate": "7395"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "11574"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "11574"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "479000000",
+ "isEnabled": true,
+ "rate": "5543"
+ },
+ "out": {
+ "capacity": "691000000",
+ "isEnabled": true,
+ "rate": "7997"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "11574"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "11574"
+ }
+ }
+ },
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "429000000",
+ "isEnabled": true,
+ "rate": "4965"
+ },
+ "out": {
+ "capacity": "419000000",
+ "isEnabled": true,
+ "rate": "4849"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "11574"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "11574"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "676000000",
+ "isEnabled": true,
+ "rate": "7824"
+ },
+ "out": {
+ "capacity": "495000000",
+ "isEnabled": true,
+ "rate": "5729"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "11574"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "11574"
+ }
+ }
+ }
+ }
+ },
+ "solana-mainnet": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "520000000",
+ "isEnabled": true,
+ "rate": "6018"
+ },
+ "out": {
+ "capacity": "409000000",
+ "isEnabled": true,
+ "rate": "4733"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "11574"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "11574"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "495000000",
+ "isEnabled": true,
+ "rate": "5729"
+ },
+ "out": {
+ "capacity": "616000000",
+ "isEnabled": true,
+ "rate": "7129"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "11574"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "11574"
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "325000000",
+ "isEnabled": true,
+ "rate": "3761"
+ },
+ "out": {
+ "capacity": "620000000",
+ "isEnabled": true,
+ "rate": "7175"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "11574"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "11574"
+ }
+ }
+ }
+ }
+ },
+ "sonic-mainnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": null,
+ "standard": null
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "656000000",
+ "isEnabled": true,
+ "rate": "7592"
+ },
+ "out": {
+ "capacity": "621000000",
+ "isEnabled": true,
+ "rate": "7187"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "11574"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "11574"
+ }
+ }
+ },
+ "solana-mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "449000000",
+ "isEnabled": true,
+ "rate": "5196"
+ },
+ "out": {
+ "capacity": "574000000",
+ "isEnabled": true,
+ "rate": "6643"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "11574"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "11574"
+ }
+ }
+ }
+ }
+ }
+ },
+ "ZENT": {
+ "mainnet": {
+ "minBlockConfirmation": null,
+ "remote": {
+ "ronin-mainnet": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ },
+ "ronin-mainnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "ZeUSD": {
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "ZUN": {
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1138000000000000000000000",
+ "isEnabled": true,
+ "rate": "13166660000000000000"
+ },
+ "out": {
+ "capacity": "1018000000000000000000000",
+ "isEnabled": true,
+ "rate": "11778260000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2000000000000000000000000",
+ "isEnabled": true,
+ "rate": "23140000000000000000"
+ },
+ "out": {
+ "capacity": "2000000000000000000000000",
+ "isEnabled": true,
+ "rate": "23140000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "686000000000000000000000",
+ "isEnabled": true,
+ "rate": "7937020000000000000"
+ },
+ "out": {
+ "capacity": "792000000000000000000000",
+ "isEnabled": true,
+ "rate": "9163440000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2000000000000000000000000",
+ "isEnabled": true,
+ "rate": "23140000000000000000"
+ },
+ "out": {
+ "capacity": "2000000000000000000000000",
+ "isEnabled": true,
+ "rate": "23140000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "648000000000000000000000",
+ "isEnabled": true,
+ "rate": "7497360000000000000"
+ },
+ "out": {
+ "capacity": "1292000000000000000000000",
+ "isEnabled": true,
+ "rate": "14948440000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2000000000000000000000000",
+ "isEnabled": true,
+ "rate": "23140000000000000000"
+ },
+ "out": {
+ "capacity": "2000000000000000000000000",
+ "isEnabled": true,
+ "rate": "23140000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "988000000000000000000000",
+ "isEnabled": true,
+ "rate": "11431160000000000000"
+ },
+ "out": {
+ "capacity": "1100000000000000000000000",
+ "isEnabled": true,
+ "rate": "12727000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2000000000000000000000000",
+ "isEnabled": true,
+ "rate": "23140000000000000000"
+ },
+ "out": {
+ "capacity": "2000000000000000000000000",
+ "isEnabled": true,
+ "rate": "23140000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": null,
+ "standard": null
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "1106000000000000000000000",
+ "isEnabled": true,
+ "rate": "12796420000000000000"
+ },
+ "out": {
+ "capacity": "934000000000000000000000",
+ "isEnabled": true,
+ "rate": "10806380000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2000000000000000000000000",
+ "isEnabled": true,
+ "rate": "23140000000000000000"
+ },
+ "out": {
+ "capacity": "2000000000000000000000000",
+ "isEnabled": true,
+ "rate": "23140000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1384000000000000000000000",
+ "isEnabled": true,
+ "rate": "16012880000000000000"
+ },
+ "out": {
+ "capacity": "1010000000000000000000000",
+ "isEnabled": true,
+ "rate": "11685700000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2000000000000000000000000",
+ "isEnabled": true,
+ "rate": "23140000000000000000"
+ },
+ "out": {
+ "capacity": "2000000000000000000000000",
+ "isEnabled": true,
+ "rate": "23140000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1072000000000000000000000",
+ "isEnabled": true,
+ "rate": "12403040000000000000"
+ },
+ "out": {
+ "capacity": "698000000000000000000000",
+ "isEnabled": true,
+ "rate": "8075860000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2000000000000000000000000",
+ "isEnabled": true,
+ "rate": "23140000000000000000"
+ },
+ "out": {
+ "capacity": "2000000000000000000000000",
+ "isEnabled": true,
+ "rate": "23140000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "996000000000000000000000",
+ "isEnabled": true,
+ "rate": "11523720000000000000"
+ },
+ "out": {
+ "capacity": "626000000000000000000000",
+ "isEnabled": true,
+ "rate": "7242820000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2000000000000000000000000",
+ "isEnabled": true,
+ "rate": "23140000000000000000"
+ },
+ "out": {
+ "capacity": "2000000000000000000000000",
+ "isEnabled": true,
+ "rate": "23140000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "966000000000000000000000",
+ "isEnabled": true,
+ "rate": "11176620000000000000"
+ },
+ "out": {
+ "capacity": "1170000000000000000000000",
+ "isEnabled": true,
+ "rate": "13536900000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2000000000000000000000000",
+ "isEnabled": true,
+ "rate": "23140000000000000000"
+ },
+ "out": {
+ "capacity": "2000000000000000000000000",
+ "isEnabled": true,
+ "rate": "23140000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1078000000000000000000000",
+ "isEnabled": true,
+ "rate": "12472460000000000000"
+ },
+ "out": {
+ "capacity": "970000000000000000000000",
+ "isEnabled": true,
+ "rate": "11222900000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2000000000000000000000000",
+ "isEnabled": true,
+ "rate": "23140000000000000000"
+ },
+ "out": {
+ "capacity": "2000000000000000000000000",
+ "isEnabled": true,
+ "rate": "23140000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "682000000000000000000000",
+ "isEnabled": true,
+ "rate": "7890740000000000000"
+ },
+ "out": {
+ "capacity": "618000000000000000000000",
+ "isEnabled": true,
+ "rate": "7150260000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "2000000000000000000000000",
+ "isEnabled": true,
+ "rate": "23140000000000000000"
+ },
+ "out": {
+ "capacity": "2000000000000000000000000",
+ "isEnabled": true,
+ "rate": "23140000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "zunETH": {
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "39096000000000000000",
+ "isEnabled": true,
+ "rate": "904638000000000"
+ },
+ "out": {
+ "capacity": "25128000000000000000",
+ "isEnabled": true,
+ "rate": "581434000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "72000000000000000000",
+ "isEnabled": true,
+ "rate": "1666000000000000"
+ },
+ "out": {
+ "capacity": "72000000000000000000",
+ "isEnabled": true,
+ "rate": "1666000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "37080000000000000000",
+ "isEnabled": true,
+ "rate": "857990000000000"
+ },
+ "out": {
+ "capacity": "22032000000000000000",
+ "isEnabled": true,
+ "rate": "509796000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "72000000000000000000",
+ "isEnabled": true,
+ "rate": "1666000000000000"
+ },
+ "out": {
+ "capacity": "72000000000000000000",
+ "isEnabled": true,
+ "rate": "1666000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "39456000000000000000",
+ "isEnabled": true,
+ "rate": "912968000000000"
+ },
+ "out": {
+ "capacity": "48456000000000000000",
+ "isEnabled": true,
+ "rate": "1121218000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "72000000000000000000",
+ "isEnabled": true,
+ "rate": "1666000000000000"
+ },
+ "out": {
+ "capacity": "72000000000000000000",
+ "isEnabled": true,
+ "rate": "1666000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "49248000000000000000",
+ "isEnabled": true,
+ "rate": "1139544000000000"
+ },
+ "out": {
+ "capacity": "45360000000000000000",
+ "isEnabled": true,
+ "rate": "1049580000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "72000000000000000000",
+ "isEnabled": true,
+ "rate": "1666000000000000"
+ },
+ "out": {
+ "capacity": "72000000000000000000",
+ "isEnabled": true,
+ "rate": "1666000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "25344000000000000000",
+ "isEnabled": true,
+ "rate": "586432000000000"
+ },
+ "out": {
+ "capacity": "45504000000000000000",
+ "isEnabled": true,
+ "rate": "1052912000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "72000000000000000000",
+ "isEnabled": true,
+ "rate": "1666000000000000"
+ },
+ "out": {
+ "capacity": "72000000000000000000",
+ "isEnabled": true,
+ "rate": "1666000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "32256000000000000000",
+ "isEnabled": true,
+ "rate": "746368000000000"
+ },
+ "out": {
+ "capacity": "36072000000000000000",
+ "isEnabled": true,
+ "rate": "834666000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "72000000000000000000",
+ "isEnabled": true,
+ "rate": "1666000000000000"
+ },
+ "out": {
+ "capacity": "72000000000000000000",
+ "isEnabled": true,
+ "rate": "1666000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "33696000000000000000",
+ "isEnabled": true,
+ "rate": "779688000000000"
+ },
+ "out": {
+ "capacity": "41184000000000000000",
+ "isEnabled": true,
+ "rate": "952952000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "72000000000000000000",
+ "isEnabled": true,
+ "rate": "1666000000000000"
+ },
+ "out": {
+ "capacity": "72000000000000000000",
+ "isEnabled": true,
+ "rate": "1666000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "40752000000000000000",
+ "isEnabled": true,
+ "rate": "942956000000000"
+ },
+ "out": {
+ "capacity": "39888000000000000000",
+ "isEnabled": true,
+ "rate": "922964000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "72000000000000000000",
+ "isEnabled": true,
+ "rate": "1666000000000000"
+ },
+ "out": {
+ "capacity": "72000000000000000000",
+ "isEnabled": true,
+ "rate": "1666000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "23472000000000000000",
+ "isEnabled": true,
+ "rate": "543116000000000"
+ },
+ "out": {
+ "capacity": "38160000000000000000",
+ "isEnabled": true,
+ "rate": "882980000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "72000000000000000000",
+ "isEnabled": true,
+ "rate": "1666000000000000"
+ },
+ "out": {
+ "capacity": "72000000000000000000",
+ "isEnabled": true,
+ "rate": "1666000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "37008000000000000000",
+ "isEnabled": true,
+ "rate": "856324000000000"
+ },
+ "out": {
+ "capacity": "36576000000000000000",
+ "isEnabled": true,
+ "rate": "846328000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "72000000000000000000",
+ "isEnabled": true,
+ "rate": "1666000000000000"
+ },
+ "out": {
+ "capacity": "72000000000000000000",
+ "isEnabled": true,
+ "rate": "1666000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "45072000000000000000",
+ "isEnabled": true,
+ "rate": "1042916000000000"
+ },
+ "out": {
+ "capacity": "46152000000000000000",
+ "isEnabled": true,
+ "rate": "1067906000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "72000000000000000000",
+ "isEnabled": true,
+ "rate": "1666000000000000"
+ },
+ "out": {
+ "capacity": "72000000000000000000",
+ "isEnabled": true,
+ "rate": "1666000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "35712000000000000000",
+ "isEnabled": true,
+ "rate": "826336000000000"
+ },
+ "out": {
+ "capacity": "33480000000000000000",
+ "isEnabled": true,
+ "rate": "774690000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "72000000000000000000",
+ "isEnabled": true,
+ "rate": "1666000000000000"
+ },
+ "out": {
+ "capacity": "72000000000000000000",
+ "isEnabled": true,
+ "rate": "1666000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "zunUSD": {
+ "ethereum-mainnet-arbitrum-1": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "125000000000000000000000",
+ "isEnabled": true,
+ "rate": "2893500000000000000"
+ },
+ "out": {
+ "capacity": "129250000000000000000000",
+ "isEnabled": true,
+ "rate": "2991879000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "250000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000000"
+ },
+ "out": {
+ "capacity": "250000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "155750000000000000000000",
+ "isEnabled": true,
+ "rate": "3605301000000000000"
+ },
+ "out": {
+ "capacity": "91250000000000000000000",
+ "isEnabled": true,
+ "rate": "2112255000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "250000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000000"
+ },
+ "out": {
+ "capacity": "250000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "113750000000000000000000",
+ "isEnabled": true,
+ "rate": "2633085000000000000"
+ },
+ "out": {
+ "capacity": "147250000000000000000000",
+ "isEnabled": true,
+ "rate": "3408543000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "250000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000000"
+ },
+ "out": {
+ "capacity": "250000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "77500000000000000000000",
+ "isEnabled": true,
+ "rate": "1793970000000000000"
+ },
+ "out": {
+ "capacity": "89000000000000000000000",
+ "isEnabled": true,
+ "rate": "2060172000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "250000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000000"
+ },
+ "out": {
+ "capacity": "250000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "171250000000000000000000",
+ "isEnabled": true,
+ "rate": "3964095000000000000"
+ },
+ "out": {
+ "capacity": "117250000000000000000000",
+ "isEnabled": true,
+ "rate": "2714103000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "250000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000000"
+ },
+ "out": {
+ "capacity": "250000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "109250000000000000000000",
+ "isEnabled": true,
+ "rate": "2528919000000000000"
+ },
+ "out": {
+ "capacity": "138000000000000000000000",
+ "isEnabled": true,
+ "rate": "3194424000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "250000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000000"
+ },
+ "out": {
+ "capacity": "250000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "123750000000000000000000",
+ "isEnabled": true,
+ "rate": "2864565000000000000"
+ },
+ "out": {
+ "capacity": "116250000000000000000000",
+ "isEnabled": true,
+ "rate": "2690955000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "250000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000000"
+ },
+ "out": {
+ "capacity": "250000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "158000000000000000000000",
+ "isEnabled": true,
+ "rate": "3657384000000000000"
+ },
+ "out": {
+ "capacity": "97250000000000000000000",
+ "isEnabled": true,
+ "rate": "2251143000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "250000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000000"
+ },
+ "out": {
+ "capacity": "250000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000000"
+ }
+ }
+ },
+ "mainnet": {
+ "custom": {
+ "in": {
+ "capacity": "86000000000000000000000",
+ "isEnabled": true,
+ "rate": "1990728000000000000"
+ },
+ "out": {
+ "capacity": "126000000000000000000000",
+ "isEnabled": true,
+ "rate": "2916648000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "250000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000000"
+ },
+ "out": {
+ "capacity": "250000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mainnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "ethereum-mainnet-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "92500000000000000000000",
+ "isEnabled": true,
+ "rate": "2141190000000000000"
+ },
+ "out": {
+ "capacity": "131750000000000000000000",
+ "isEnabled": true,
+ "rate": "3049749000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "250000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000000"
+ },
+ "out": {
+ "capacity": "250000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "172250000000000000000000",
+ "isEnabled": true,
+ "rate": "3987243000000000000"
+ },
+ "out": {
+ "capacity": "86500000000000000000000",
+ "isEnabled": true,
+ "rate": "2002302000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "250000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000000"
+ },
+ "out": {
+ "capacity": "250000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000000"
+ }
+ }
+ },
+ "ethereum-mainnet-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "101250000000000000000000",
+ "isEnabled": true,
+ "rate": "2343735000000000000"
+ },
+ "out": {
+ "capacity": "124250000000000000000000",
+ "isEnabled": true,
+ "rate": "2876139000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "250000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000000"
+ },
+ "out": {
+ "capacity": "250000000000000000000000",
+ "isEnabled": true,
+ "rate": "5787000000000000000"
+ }
+ }
+ }
+ }
+ }
+ }
+}
diff --git a/src/__mocks__/rate-limits-testnet.json b/src/__mocks__/rate-limits-testnet.json
new file mode 100644
index 00000000000..0dfaf068b79
--- /dev/null
+++ b/src/__mocks__/rate-limits-testnet.json
@@ -0,0 +1,7465 @@
+{
+ "CCIP-BnM": {
+ "abstract-testnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "45500000000000000000000",
+ "isEnabled": true,
+ "rate": "75985000000000000000"
+ },
+ "out": {
+ "capacity": "60300000000000000000000",
+ "isEnabled": true,
+ "rate": "100701000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "apechain-testnet-curtis": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "53700000000000000000000",
+ "isEnabled": true,
+ "rate": "89679000000000000000"
+ },
+ "out": {
+ "capacity": "45300000000000000000000",
+ "isEnabled": true,
+ "rate": "75651000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "aptos-testnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "bsc-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "sonic-testnet-blaze": {
+ "custom": {
+ "in": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ },
+ "out": {
+ "capacity": "100000000000",
+ "isEnabled": true,
+ "rate": "100000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "avalanche-fuji-testnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "bsc-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "44900000000000000000000",
+ "isEnabled": true,
+ "rate": "74983000000000000000"
+ },
+ "out": {
+ "capacity": "48500000000000000000000",
+ "isEnabled": true,
+ "rate": "80995000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "45500000000000000000000",
+ "isEnabled": true,
+ "rate": "75985000000000000000"
+ },
+ "out": {
+ "capacity": "47900000000000000000000",
+ "isEnabled": true,
+ "rate": "79993000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "33700000000000000000000",
+ "isEnabled": true,
+ "rate": "56279000000000000000"
+ },
+ "out": {
+ "capacity": "56300000000000000000000",
+ "isEnabled": true,
+ "rate": "94021000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "66400000000000000000000",
+ "isEnabled": true,
+ "rate": "110888000000000000000"
+ },
+ "out": {
+ "capacity": "42900000000000000000000",
+ "isEnabled": true,
+ "rate": "71643000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "60700000000000000000000",
+ "isEnabled": true,
+ "rate": "101369000000000000000"
+ },
+ "out": {
+ "capacity": "44300000000000000000000",
+ "isEnabled": true,
+ "rate": "73981000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "polygon-testnet-amoy": {
+ "custom": {
+ "in": {
+ "capacity": "41800000000000000000000",
+ "isEnabled": true,
+ "rate": "69806000000000000000"
+ },
+ "out": {
+ "capacity": "44100000000000000000000",
+ "isEnabled": true,
+ "rate": "73647000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "shibarium-testnet-puppynet": {
+ "custom": {
+ "in": {
+ "capacity": "42300000000000000000000",
+ "isEnabled": true,
+ "rate": "70641000000000000000"
+ },
+ "out": {
+ "capacity": "58500000000000000000000",
+ "isEnabled": true,
+ "rate": "97695000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "wemix-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "51800000000000000000000",
+ "isEnabled": true,
+ "rate": "86506000000000000000"
+ },
+ "out": {
+ "capacity": "50400000000000000000000",
+ "isEnabled": true,
+ "rate": "84168000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "xdai-testnet-chiado": {
+ "custom": {
+ "in": {
+ "capacity": "57900000000000000000000",
+ "isEnabled": true,
+ "rate": "96693000000000000000"
+ },
+ "out": {
+ "capacity": "46000000000000000000000",
+ "isEnabled": true,
+ "rate": "76820000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "bitcoin-testnet-bsquared-1": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "68000000000000000000000",
+ "isEnabled": true,
+ "rate": "113560000000000000000"
+ },
+ "out": {
+ "capacity": "58300000000000000000000",
+ "isEnabled": true,
+ "rate": "97361000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "bitcoin-testnet-rootstock": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "35000000000000000000000",
+ "isEnabled": true,
+ "rate": "58450000000000000000"
+ },
+ "out": {
+ "capacity": "47800000000000000000000",
+ "isEnabled": true,
+ "rate": "79826000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "bitcoin-testnet-sepolia-bob-1": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "39000000000000000000000",
+ "isEnabled": true,
+ "rate": "65130000000000000000"
+ },
+ "out": {
+ "capacity": "40400000000000000000000",
+ "isEnabled": true,
+ "rate": "67468000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "bsc-testnet": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "aptos-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "avalanche-fuji-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "52400000000000000000000",
+ "isEnabled": true,
+ "rate": "87508000000000000000"
+ },
+ "out": {
+ "capacity": "59100000000000000000000",
+ "isEnabled": true,
+ "rate": "98697000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "42400000000000000000000",
+ "isEnabled": true,
+ "rate": "70808000000000000000"
+ },
+ "out": {
+ "capacity": "38400000000000000000000",
+ "isEnabled": true,
+ "rate": "64128000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "32900000000000000000000",
+ "isEnabled": true,
+ "rate": "54943000000000000000"
+ },
+ "out": {
+ "capacity": "65800000000000000000000",
+ "isEnabled": true,
+ "rate": "109886000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "polygon-testnet-amoy": {
+ "custom": {
+ "in": {
+ "capacity": "65900000000000000000000",
+ "isEnabled": true,
+ "rate": "110053000000000000000"
+ },
+ "out": {
+ "capacity": "65600000000000000000000",
+ "isEnabled": true,
+ "rate": "109552000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "solana-devnet": {
+ "custom": {
+ "in": {
+ "capacity": "34100000000000000000000",
+ "isEnabled": true,
+ "rate": "56947000000000000000"
+ },
+ "out": {
+ "capacity": "64300000000000000000000",
+ "isEnabled": true,
+ "rate": "107381000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "wemix-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "62600000000000000000000",
+ "isEnabled": true,
+ "rate": "104542000000000000000"
+ },
+ "out": {
+ "capacity": "37500000000000000000000",
+ "isEnabled": true,
+ "rate": "62625000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "xdai-testnet-chiado": {
+ "custom": {
+ "in": {
+ "capacity": "57400000000000000000000",
+ "isEnabled": true,
+ "rate": "95858000000000000000"
+ },
+ "out": {
+ "capacity": "33900000000000000000000",
+ "isEnabled": true,
+ "rate": "56613000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "celo-testnet-alfajores": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "36700000000000000000000",
+ "isEnabled": true,
+ "rate": "61289000000000000000"
+ },
+ "out": {
+ "capacity": "44400000000000000000000",
+ "isEnabled": true,
+ "rate": "74148000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "cronos-testnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "47900000000000000000000",
+ "isEnabled": true,
+ "rate": "79993000000000000000"
+ },
+ "out": {
+ "capacity": "35600000000000000000000",
+ "isEnabled": true,
+ "rate": "59452000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-testnet-holesky": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "polygon-testnet-tatara": {
+ "custom": {
+ "in": {
+ "capacity": "58500000000000000000000",
+ "isEnabled": true,
+ "rate": "97695000000000000000"
+ },
+ "out": {
+ "capacity": "68700000000000000000000",
+ "isEnabled": true,
+ "rate": "114729000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-testnet-holesky-fraxtal-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "49000000000000000000000",
+ "isEnabled": true,
+ "rate": "81830000000000000000"
+ },
+ "out": {
+ "capacity": "53400000000000000000000",
+ "isEnabled": true,
+ "rate": "89178000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-testnet-holesky-taiko-1": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "51400000000000000000000",
+ "isEnabled": true,
+ "rate": "85838000000000000000"
+ },
+ "out": {
+ "capacity": "42300000000000000000000",
+ "isEnabled": true,
+ "rate": "70641000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-testnet-hoodi-morph": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-testnet-sepolia": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "abstract-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "66900000000000000000000",
+ "isEnabled": true,
+ "rate": "111723000000000000000"
+ },
+ "out": {
+ "capacity": "35800000000000000000000",
+ "isEnabled": true,
+ "rate": "59786000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "apechain-testnet-curtis": {
+ "custom": {
+ "in": {
+ "capacity": "65500000000000000000000",
+ "isEnabled": true,
+ "rate": "109385000000000000000"
+ },
+ "out": {
+ "capacity": "55500000000000000000000",
+ "isEnabled": true,
+ "rate": "92685000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "aptos-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "avalanche-fuji-testnet": {
+ "custom": null,
+ "standard": null
+ },
+ "bitcoin-testnet-bsquared-1": {
+ "custom": {
+ "in": {
+ "capacity": "68800000000000000000000",
+ "isEnabled": true,
+ "rate": "114896000000000000000"
+ },
+ "out": {
+ "capacity": "65900000000000000000000",
+ "isEnabled": true,
+ "rate": "110053000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "bitcoin-testnet-rootstock": {
+ "custom": {
+ "in": {
+ "capacity": "60300000000000000000000",
+ "isEnabled": true,
+ "rate": "100701000000000000000"
+ },
+ "out": {
+ "capacity": "64300000000000000000000",
+ "isEnabled": true,
+ "rate": "107381000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "bitcoin-testnet-sepolia-bob-1": {
+ "custom": {
+ "in": {
+ "capacity": "54200000000000000000000",
+ "isEnabled": true,
+ "rate": "90514000000000000000"
+ },
+ "out": {
+ "capacity": "57200000000000000000000",
+ "isEnabled": true,
+ "rate": "95524000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "bsc-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "48300000000000000000000",
+ "isEnabled": true,
+ "rate": "80661000000000000000"
+ },
+ "out": {
+ "capacity": "42500000000000000000000",
+ "isEnabled": true,
+ "rate": "70975000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "celo-testnet-alfajores": {
+ "custom": {
+ "in": {
+ "capacity": "58700000000000000000000",
+ "isEnabled": true,
+ "rate": "98029000000000000000"
+ },
+ "out": {
+ "capacity": "62800000000000000000000",
+ "isEnabled": true,
+ "rate": "104876000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "cronos-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "44500000000000000000000",
+ "isEnabled": true,
+ "rate": "74315000000000000000"
+ },
+ "out": {
+ "capacity": "67400000000000000000000",
+ "isEnabled": true,
+ "rate": "112558000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-holesky-fraxtal-1": {
+ "custom": {
+ "in": {
+ "capacity": "33000000000000000000000",
+ "isEnabled": true,
+ "rate": "55110000000000000000"
+ },
+ "out": {
+ "capacity": "41800000000000000000000",
+ "isEnabled": true,
+ "rate": "69806000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-holesky-taiko-1": {
+ "custom": {
+ "in": {
+ "capacity": "45200000000000000000000",
+ "isEnabled": true,
+ "rate": "75484000000000000000"
+ },
+ "out": {
+ "capacity": "57800000000000000000000",
+ "isEnabled": true,
+ "rate": "96526000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-hoodi-morph": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-andromeda-1": {
+ "custom": {
+ "in": {
+ "capacity": "40100000000000000000000",
+ "isEnabled": true,
+ "rate": "66967000000000000000"
+ },
+ "out": {
+ "capacity": "65600000000000000000000",
+ "isEnabled": true,
+ "rate": "109552000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-arbitrum-1": {
+ "custom": null,
+ "standard": null
+ },
+ "ethereum-testnet-sepolia-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "54700000000000000000000",
+ "isEnabled": true,
+ "rate": "91349000000000000000"
+ },
+ "out": {
+ "capacity": "33900000000000000000000",
+ "isEnabled": true,
+ "rate": "56613000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-blast-1": {
+ "custom": {
+ "in": {
+ "capacity": "65000000000000000000000",
+ "isEnabled": true,
+ "rate": "108550000000000000000"
+ },
+ "out": {
+ "capacity": "65400000000000000000000",
+ "isEnabled": true,
+ "rate": "109218000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-hashkey-1": {
+ "custom": {
+ "in": {
+ "capacity": "57700000000000000000000",
+ "isEnabled": true,
+ "rate": "96359000000000000000"
+ },
+ "out": {
+ "capacity": "52000000000000000000000",
+ "isEnabled": true,
+ "rate": "86840000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-lisk-1": {
+ "custom": null,
+ "standard": null
+ },
+ "ethereum-testnet-sepolia-mantle-1": {
+ "custom": {
+ "in": {
+ "capacity": "65200000000000000000000",
+ "isEnabled": true,
+ "rate": "108884000000000000000"
+ },
+ "out": {
+ "capacity": "58600000000000000000000",
+ "isEnabled": true,
+ "rate": "97862000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-mode-1": {
+ "custom": {
+ "in": {
+ "capacity": "44100000000000000000000",
+ "isEnabled": true,
+ "rate": "73647000000000000000"
+ },
+ "out": {
+ "capacity": "62900000000000000000000",
+ "isEnabled": true,
+ "rate": "105043000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "38200000000000000000000",
+ "isEnabled": true,
+ "rate": "63794000000000000000"
+ },
+ "out": {
+ "capacity": "57100000000000000000000",
+ "isEnabled": true,
+ "rate": "95357000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-unichain-1": {
+ "custom": {
+ "in": {
+ "capacity": "37700000000000000000000",
+ "isEnabled": true,
+ "rate": "62959000000000000000"
+ },
+ "out": {
+ "capacity": "31400000000000000000000",
+ "isEnabled": true,
+ "rate": "52438000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-worldchain-1": {
+ "custom": {
+ "in": {
+ "capacity": "63400000000000000000000",
+ "isEnabled": true,
+ "rate": "105878000000000000000"
+ },
+ "out": {
+ "capacity": "35300000000000000000000",
+ "isEnabled": true,
+ "rate": "58951000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-zksync-1": {
+ "custom": {
+ "in": {
+ "capacity": "57400000000000000000000",
+ "isEnabled": true,
+ "rate": "95858000000000000000"
+ },
+ "out": {
+ "capacity": "69300000000000000000000",
+ "isEnabled": true,
+ "rate": "115731000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "hedera-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "57700000000000000000000",
+ "isEnabled": true,
+ "rate": "96359000000000000000"
+ },
+ "out": {
+ "capacity": "60700000000000000000000",
+ "isEnabled": true,
+ "rate": "101369000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ink-testnet-sepolia": {
+ "custom": null,
+ "standard": null
+ },
+ "jovay-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "memento-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "metal-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "69400000000000000000000",
+ "isEnabled": true,
+ "rate": "115898000000000000000"
+ },
+ "out": {
+ "capacity": "30100000000000000000000",
+ "isEnabled": true,
+ "rate": "50267000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "mint-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "36700000000000000000000",
+ "isEnabled": true,
+ "rate": "61289000000000000000"
+ },
+ "out": {
+ "capacity": "40700000000000000000000",
+ "isEnabled": true,
+ "rate": "67969000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "plume-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "58900000000000000000000",
+ "isEnabled": true,
+ "rate": "98363000000000000000"
+ },
+ "out": {
+ "capacity": "49300000000000000000000",
+ "isEnabled": true,
+ "rate": "82331000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "polkadot-testnet-astar-shibuya": {
+ "custom": {
+ "in": {
+ "capacity": "61300000000000000000000",
+ "isEnabled": true,
+ "rate": "102371000000000000000"
+ },
+ "out": {
+ "capacity": "35700000000000000000000",
+ "isEnabled": true,
+ "rate": "59619000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "polygon-testnet-amoy": {
+ "custom": {
+ "in": {
+ "capacity": "54500000000000000000000",
+ "isEnabled": true,
+ "rate": "91015000000000000000"
+ },
+ "out": {
+ "capacity": "37700000000000000000000",
+ "isEnabled": true,
+ "rate": "62959000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ronin-testnet-saigon": {
+ "custom": {
+ "in": {
+ "capacity": "33300000000000000000000",
+ "isEnabled": true,
+ "rate": "55611000000000000000"
+ },
+ "out": {
+ "capacity": "47800000000000000000000",
+ "isEnabled": true,
+ "rate": "79826000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "sei-testnet-atlantic": {
+ "custom": {
+ "in": {
+ "capacity": "30600000000000000000000",
+ "isEnabled": true,
+ "rate": "51102000000000000000"
+ },
+ "out": {
+ "capacity": "57500000000000000000000",
+ "isEnabled": true,
+ "rate": "96025000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "shibarium-testnet-puppynet": {
+ "custom": {
+ "in": {
+ "capacity": "42000000000000000000000",
+ "isEnabled": true,
+ "rate": "70140000000000000000"
+ },
+ "out": {
+ "capacity": "49700000000000000000000",
+ "isEnabled": true,
+ "rate": "82999000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "solana-devnet": {
+ "custom": {
+ "in": {
+ "capacity": "65200000000000000000000",
+ "isEnabled": true,
+ "rate": "108884000000000000000"
+ },
+ "out": {
+ "capacity": "56100000000000000000000",
+ "isEnabled": true,
+ "rate": "93687000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "sonic-testnet-blaze": {
+ "custom": {
+ "in": {
+ "capacity": "40700000000000000000000",
+ "isEnabled": true,
+ "rate": "67969000000000000000"
+ },
+ "out": {
+ "capacity": "54700000000000000000000",
+ "isEnabled": true,
+ "rate": "91349000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "tac-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "wemix-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "69900000000000000000000",
+ "isEnabled": true,
+ "rate": "116733000000000000000"
+ },
+ "out": {
+ "capacity": "47600000000000000000000",
+ "isEnabled": true,
+ "rate": "79492000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "xdai-testnet-chiado": {
+ "custom": {
+ "in": {
+ "capacity": "35100000000000000000000",
+ "isEnabled": true,
+ "rate": "58617000000000000000"
+ },
+ "out": {
+ "capacity": "48200000000000000000000",
+ "isEnabled": true,
+ "rate": "80494000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "xdc-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-andromeda-1": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "49000000000000000000000",
+ "isEnabled": true,
+ "rate": "81830000000000000000"
+ },
+ "out": {
+ "capacity": "37600000000000000000000",
+ "isEnabled": true,
+ "rate": "62792000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-arbitrum-1": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "aptos-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "avalanche-fuji-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "37100000000000000000000",
+ "isEnabled": true,
+ "rate": "61957000000000000000"
+ },
+ "out": {
+ "capacity": "30000000000000000000000",
+ "isEnabled": true,
+ "rate": "50100000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "45600000000000000000000",
+ "isEnabled": true,
+ "rate": "76152000000000000000"
+ },
+ "out": {
+ "capacity": "34800000000000000000000",
+ "isEnabled": true,
+ "rate": "58116000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "59900000000000000000000",
+ "isEnabled": true,
+ "rate": "100033000000000000000"
+ },
+ "out": {
+ "capacity": "38000000000000000000000",
+ "isEnabled": true,
+ "rate": "63460000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "34500000000000000000000",
+ "isEnabled": true,
+ "rate": "57615000000000000000"
+ },
+ "out": {
+ "capacity": "51400000000000000000000",
+ "isEnabled": true,
+ "rate": "85838000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "shibarium-testnet-puppynet": {
+ "custom": {
+ "in": {
+ "capacity": "38900000000000000000000",
+ "isEnabled": true,
+ "rate": "64963000000000000000"
+ },
+ "out": {
+ "capacity": "51300000000000000000000",
+ "isEnabled": true,
+ "rate": "85671000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "solana-devnet": {
+ "custom": {
+ "in": {
+ "capacity": "58100000000000000000000",
+ "isEnabled": true,
+ "rate": "97027000000000000000"
+ },
+ "out": {
+ "capacity": "57500000000000000000000",
+ "isEnabled": true,
+ "rate": "96025000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "wemix-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "31100000000000000000000",
+ "isEnabled": true,
+ "rate": "51937000000000000000"
+ },
+ "out": {
+ "capacity": "66900000000000000000000",
+ "isEnabled": true,
+ "rate": "111723000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "xdai-testnet-chiado": {
+ "custom": {
+ "in": {
+ "capacity": "38500000000000000000000",
+ "isEnabled": true,
+ "rate": "64295000000000000000"
+ },
+ "out": {
+ "capacity": "42500000000000000000000",
+ "isEnabled": true,
+ "rate": "70975000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-base-1": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "aptos-testnet": {
+ "custom": null,
+ "standard": null
+ },
+ "avalanche-fuji-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "31200000000000000000000",
+ "isEnabled": true,
+ "rate": "52104000000000000000"
+ },
+ "out": {
+ "capacity": "62900000000000000000000",
+ "isEnabled": true,
+ "rate": "105043000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "bsc-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "68400000000000000000000",
+ "isEnabled": true,
+ "rate": "114228000000000000000"
+ },
+ "out": {
+ "capacity": "43600000000000000000000",
+ "isEnabled": true,
+ "rate": "72812000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia": {
+ "custom": null,
+ "standard": null
+ },
+ "ethereum-testnet-sepolia-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "33700000000000000000000",
+ "isEnabled": true,
+ "rate": "56279000000000000000"
+ },
+ "out": {
+ "capacity": "44300000000000000000000",
+ "isEnabled": true,
+ "rate": "73981000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-mode-1": {
+ "custom": {
+ "in": {
+ "capacity": "60000000000000000000000",
+ "isEnabled": true,
+ "rate": "100200000000000000000"
+ },
+ "out": {
+ "capacity": "34500000000000000000000",
+ "isEnabled": true,
+ "rate": "57615000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "63600000000000000000000",
+ "isEnabled": true,
+ "rate": "106212000000000000000"
+ },
+ "out": {
+ "capacity": "43000000000000000000000",
+ "isEnabled": true,
+ "rate": "71810000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "shibarium-testnet-puppynet": {
+ "custom": {
+ "in": {
+ "capacity": "54000000000000000000000",
+ "isEnabled": true,
+ "rate": "90180000000000000000"
+ },
+ "out": {
+ "capacity": "46900000000000000000000",
+ "isEnabled": true,
+ "rate": "78323000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "solana-devnet": {
+ "custom": {
+ "in": {
+ "capacity": "48100000000000000000000",
+ "isEnabled": true,
+ "rate": "80327000000000000000"
+ },
+ "out": {
+ "capacity": "34600000000000000000000",
+ "isEnabled": true,
+ "rate": "57782000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "xdai-testnet-chiado": {
+ "custom": {
+ "in": {
+ "capacity": "51900000000000000000000",
+ "isEnabled": true,
+ "rate": "86673000000000000000"
+ },
+ "out": {
+ "capacity": "42500000000000000000000",
+ "isEnabled": true,
+ "rate": "70975000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-blast-1": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "39000000000000000000000",
+ "isEnabled": true,
+ "rate": "65130000000000000000"
+ },
+ "out": {
+ "capacity": "48200000000000000000000",
+ "isEnabled": true,
+ "rate": "80494000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-hashkey-1": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "43700000000000000000000",
+ "isEnabled": true,
+ "rate": "72979000000000000000"
+ },
+ "out": {
+ "capacity": "33800000000000000000000",
+ "isEnabled": true,
+ "rate": "56446000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-lisk-1": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "35400000000000000000000",
+ "isEnabled": true,
+ "rate": "59118000000000000000"
+ },
+ "out": {
+ "capacity": "46300000000000000000000",
+ "isEnabled": true,
+ "rate": "77321000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-mantle-1": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "34700000000000000000000",
+ "isEnabled": true,
+ "rate": "57949000000000000000"
+ },
+ "out": {
+ "capacity": "51500000000000000000000",
+ "isEnabled": true,
+ "rate": "86005000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-mode-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "42500000000000000000000",
+ "isEnabled": true,
+ "rate": "70975000000000000000"
+ },
+ "out": {
+ "capacity": "49200000000000000000000",
+ "isEnabled": true,
+ "rate": "82164000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "46900000000000000000000",
+ "isEnabled": true,
+ "rate": "78323000000000000000"
+ },
+ "out": {
+ "capacity": "40200000000000000000000",
+ "isEnabled": true,
+ "rate": "67134000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-optimism-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "aptos-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "avalanche-fuji-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "61000000000000000000000",
+ "isEnabled": true,
+ "rate": "101870000000000000000"
+ },
+ "out": {
+ "capacity": "48800000000000000000000",
+ "isEnabled": true,
+ "rate": "81496000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "47300000000000000000000",
+ "isEnabled": true,
+ "rate": "78991000000000000000"
+ },
+ "out": {
+ "capacity": "38600000000000000000000",
+ "isEnabled": true,
+ "rate": "64462000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "54100000000000000000000",
+ "isEnabled": true,
+ "rate": "90347000000000000000"
+ },
+ "out": {
+ "capacity": "54900000000000000000000",
+ "isEnabled": true,
+ "rate": "91683000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "53400000000000000000000",
+ "isEnabled": true,
+ "rate": "89178000000000000000"
+ },
+ "out": {
+ "capacity": "52300000000000000000000",
+ "isEnabled": true,
+ "rate": "87341000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "polygon-testnet-amoy": {
+ "custom": {
+ "in": {
+ "capacity": "51100000000000000000000",
+ "isEnabled": true,
+ "rate": "85337000000000000000"
+ },
+ "out": {
+ "capacity": "40400000000000000000000",
+ "isEnabled": true,
+ "rate": "67468000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "shibarium-testnet-puppynet": {
+ "custom": {
+ "in": {
+ "capacity": "34700000000000000000000",
+ "isEnabled": true,
+ "rate": "57949000000000000000"
+ },
+ "out": {
+ "capacity": "33500000000000000000000",
+ "isEnabled": true,
+ "rate": "55945000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "solana-devnet": {
+ "custom": {
+ "in": {
+ "capacity": "49600000000000000000000",
+ "isEnabled": true,
+ "rate": "82832000000000000000"
+ },
+ "out": {
+ "capacity": "65900000000000000000000",
+ "isEnabled": true,
+ "rate": "110053000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "wemix-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "53500000000000000000000",
+ "isEnabled": true,
+ "rate": "89345000000000000000"
+ },
+ "out": {
+ "capacity": "35800000000000000000000",
+ "isEnabled": true,
+ "rate": "59786000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "xdai-testnet-chiado": {
+ "custom": {
+ "in": {
+ "capacity": "69700000000000000000000",
+ "isEnabled": true,
+ "rate": "116399000000000000000"
+ },
+ "out": {
+ "capacity": "69400000000000000000000",
+ "isEnabled": true,
+ "rate": "115898000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-unichain-1": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "61100000000000000000000",
+ "isEnabled": true,
+ "rate": "102037000000000000000"
+ },
+ "out": {
+ "capacity": "64200000000000000000000",
+ "isEnabled": true,
+ "rate": "107214000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-worldchain-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "32400000000000000000000",
+ "isEnabled": true,
+ "rate": "54108000000000000000"
+ },
+ "out": {
+ "capacity": "47700000000000000000000",
+ "isEnabled": true,
+ "rate": "79659000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-zksync-1": {
+ "minBlockConfirmation": null,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ },
+ "hedera-testnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "68100000000000000000000",
+ "isEnabled": true,
+ "rate": "113727000000000000000"
+ },
+ "out": {
+ "capacity": "64900000000000000000000",
+ "isEnabled": true,
+ "rate": "108383000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ink-testnet-sepolia": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "62400000000000000000000",
+ "isEnabled": true,
+ "rate": "104208000000000000000"
+ },
+ "out": {
+ "capacity": "68900000000000000000000",
+ "isEnabled": true,
+ "rate": "115063000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "jovay-testnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "memento-testnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "metal-testnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "57500000000000000000000",
+ "isEnabled": true,
+ "rate": "96025000000000000000"
+ },
+ "out": {
+ "capacity": "59900000000000000000000",
+ "isEnabled": true,
+ "rate": "100033000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "mint-testnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "44900000000000000000000",
+ "isEnabled": true,
+ "rate": "74983000000000000000"
+ },
+ "out": {
+ "capacity": "57400000000000000000000",
+ "isEnabled": true,
+ "rate": "95858000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "plume-testnet-sepolia": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "45900000000000000000000",
+ "isEnabled": true,
+ "rate": "76653000000000000000"
+ },
+ "out": {
+ "capacity": "32800000000000000000000",
+ "isEnabled": true,
+ "rate": "54776000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "polkadot-testnet-astar-shibuya": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "41800000000000000000000",
+ "isEnabled": true,
+ "rate": "69806000000000000000"
+ },
+ "out": {
+ "capacity": "50300000000000000000000",
+ "isEnabled": true,
+ "rate": "84001000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "polygon-testnet-amoy": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "avalanche-fuji-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "40000000000000000000000",
+ "isEnabled": true,
+ "rate": "66800000000000000000"
+ },
+ "out": {
+ "capacity": "55200000000000000000000",
+ "isEnabled": true,
+ "rate": "92184000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "bsc-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "37800000000000000000000",
+ "isEnabled": true,
+ "rate": "63126000000000000000"
+ },
+ "out": {
+ "capacity": "41600000000000000000000",
+ "isEnabled": true,
+ "rate": "69472000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia": {
+ "custom": null,
+ "standard": null
+ },
+ "ethereum-testnet-sepolia-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "62200000000000000000000",
+ "isEnabled": true,
+ "rate": "103874000000000000000"
+ },
+ "out": {
+ "capacity": "65300000000000000000000",
+ "isEnabled": true,
+ "rate": "109051000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "wemix-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "59500000000000000000000",
+ "isEnabled": true,
+ "rate": "99365000000000000000"
+ },
+ "out": {
+ "capacity": "64600000000000000000000",
+ "isEnabled": true,
+ "rate": "107882000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "xdai-testnet-chiado": {
+ "custom": {
+ "in": {
+ "capacity": "53700000000000000000000",
+ "isEnabled": true,
+ "rate": "89679000000000000000"
+ },
+ "out": {
+ "capacity": "61200000000000000000000",
+ "isEnabled": true,
+ "rate": "102204000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "polygon-testnet-tatara": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "ethereum-testnet-holesky": {
+ "custom": {
+ "in": {
+ "capacity": "37500000000000000000000",
+ "isEnabled": true,
+ "rate": "62625000000000000000"
+ },
+ "out": {
+ "capacity": "68700000000000000000000",
+ "isEnabled": true,
+ "rate": "114729000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ronin-testnet-saigon": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "53400000000000000000000",
+ "isEnabled": true,
+ "rate": "89178000000000000000"
+ },
+ "out": {
+ "capacity": "39700000000000000000000",
+ "isEnabled": true,
+ "rate": "66299000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "sei-testnet-atlantic": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "62900000000000000000000",
+ "isEnabled": true,
+ "rate": "105043000000000000000"
+ },
+ "out": {
+ "capacity": "34200000000000000000000",
+ "isEnabled": true,
+ "rate": "57114000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "shibarium-testnet-puppynet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "avalanche-fuji-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "46200000000000000000000",
+ "isEnabled": true,
+ "rate": "77154000000000000000"
+ },
+ "out": {
+ "capacity": "65700000000000000000000",
+ "isEnabled": true,
+ "rate": "109719000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "48100000000000000000000",
+ "isEnabled": true,
+ "rate": "80327000000000000000"
+ },
+ "out": {
+ "capacity": "58500000000000000000000",
+ "isEnabled": true,
+ "rate": "97695000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "34500000000000000000000",
+ "isEnabled": true,
+ "rate": "57615000000000000000"
+ },
+ "out": {
+ "capacity": "69400000000000000000000",
+ "isEnabled": true,
+ "rate": "115898000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-base-1": {
+ "custom": null,
+ "standard": null
+ },
+ "ethereum-testnet-sepolia-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "45100000000000000000000",
+ "isEnabled": true,
+ "rate": "75317000000000000000"
+ },
+ "out": {
+ "capacity": "63200000000000000000000",
+ "isEnabled": true,
+ "rate": "105544000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "solana-devnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "bsc-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "62200000000000",
+ "isEnabled": true,
+ "rate": "103874000000"
+ },
+ "out": {
+ "capacity": "50400000000000",
+ "isEnabled": true,
+ "rate": "84168000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000",
+ "isEnabled": true,
+ "rate": "167000000000"
+ },
+ "out": {
+ "capacity": "100000000000000",
+ "isEnabled": true,
+ "rate": "167000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "54200000000000",
+ "isEnabled": true,
+ "rate": "90514000000"
+ },
+ "out": {
+ "capacity": "55300000000000",
+ "isEnabled": true,
+ "rate": "92351000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000",
+ "isEnabled": true,
+ "rate": "167000000000"
+ },
+ "out": {
+ "capacity": "100000000000000",
+ "isEnabled": true,
+ "rate": "167000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "60900000000000",
+ "isEnabled": true,
+ "rate": "101703000000"
+ },
+ "out": {
+ "capacity": "65000000000000",
+ "isEnabled": true,
+ "rate": "108550000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000",
+ "isEnabled": true,
+ "rate": "167000000000"
+ },
+ "out": {
+ "capacity": "100000000000000",
+ "isEnabled": true,
+ "rate": "167000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "40800000000000",
+ "isEnabled": true,
+ "rate": "68136000000"
+ },
+ "out": {
+ "capacity": "68300000000000",
+ "isEnabled": true,
+ "rate": "114061000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000",
+ "isEnabled": true,
+ "rate": "167000000000"
+ },
+ "out": {
+ "capacity": "100000000000000",
+ "isEnabled": true,
+ "rate": "167000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "36800000000000",
+ "isEnabled": true,
+ "rate": "61456000000"
+ },
+ "out": {
+ "capacity": "41500000000000",
+ "isEnabled": true,
+ "rate": "69305000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000",
+ "isEnabled": true,
+ "rate": "167000000000"
+ },
+ "out": {
+ "capacity": "100000000000000",
+ "isEnabled": true,
+ "rate": "167000000000"
+ }
+ }
+ },
+ "sonic-testnet-blaze": {
+ "custom": {
+ "in": {
+ "capacity": "64300000000000",
+ "isEnabled": true,
+ "rate": "107381000000"
+ },
+ "out": {
+ "capacity": "31800000000000",
+ "isEnabled": true,
+ "rate": "53106000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000",
+ "isEnabled": true,
+ "rate": "167000000000"
+ },
+ "out": {
+ "capacity": "100000000000000",
+ "isEnabled": true,
+ "rate": "167000000000"
+ }
+ }
+ }
+ }
+ },
+ "sonic-testnet-blaze": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "aptos-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "68500000000000000000000",
+ "isEnabled": true,
+ "rate": "114395000000000000000"
+ },
+ "out": {
+ "capacity": "49500000000000000000000",
+ "isEnabled": true,
+ "rate": "82665000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "solana-devnet": {
+ "custom": {
+ "in": {
+ "capacity": "33200000000000000000000",
+ "isEnabled": true,
+ "rate": "55444000000000000000"
+ },
+ "out": {
+ "capacity": "43200000000000000000000",
+ "isEnabled": true,
+ "rate": "72144000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "tac-testnet": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "wemix-testnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "avalanche-fuji-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "45600000000000000000000",
+ "isEnabled": true,
+ "rate": "76152000000000000000"
+ },
+ "out": {
+ "capacity": "44700000000000000000000",
+ "isEnabled": true,
+ "rate": "74649000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "bsc-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "60500000000000000000000",
+ "isEnabled": true,
+ "rate": "101035000000000000000"
+ },
+ "out": {
+ "capacity": "52500000000000000000000",
+ "isEnabled": true,
+ "rate": "87675000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "45100000000000000000000",
+ "isEnabled": true,
+ "rate": "75317000000000000000"
+ },
+ "out": {
+ "capacity": "41800000000000000000000",
+ "isEnabled": true,
+ "rate": "69806000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "38300000000000000000000",
+ "isEnabled": true,
+ "rate": "63961000000000000000"
+ },
+ "out": {
+ "capacity": "30700000000000000000000",
+ "isEnabled": true,
+ "rate": "51269000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "66000000000000000000000",
+ "isEnabled": true,
+ "rate": "110220000000000000000"
+ },
+ "out": {
+ "capacity": "38700000000000000000000",
+ "isEnabled": true,
+ "rate": "64629000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "polygon-testnet-amoy": {
+ "custom": {
+ "in": {
+ "capacity": "37700000000000000000000",
+ "isEnabled": true,
+ "rate": "62959000000000000000"
+ },
+ "out": {
+ "capacity": "42700000000000000000000",
+ "isEnabled": true,
+ "rate": "71309000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "xdai-testnet-chiado": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "avalanche-fuji-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "44700000000000000000000",
+ "isEnabled": true,
+ "rate": "74649000000000000000"
+ },
+ "out": {
+ "capacity": "38100000000000000000000",
+ "isEnabled": true,
+ "rate": "63627000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "bsc-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "59100000000000000000000",
+ "isEnabled": true,
+ "rate": "98697000000000000000"
+ },
+ "out": {
+ "capacity": "51300000000000000000000",
+ "isEnabled": true,
+ "rate": "85671000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "52500000000000000000000",
+ "isEnabled": true,
+ "rate": "87675000000000000000"
+ },
+ "out": {
+ "capacity": "61300000000000000000000",
+ "isEnabled": true,
+ "rate": "102371000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "40300000000000000000000",
+ "isEnabled": true,
+ "rate": "67301000000000000000"
+ },
+ "out": {
+ "capacity": "51500000000000000000000",
+ "isEnabled": true,
+ "rate": "86005000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "50000000000000000000000",
+ "isEnabled": true,
+ "rate": "83500000000000000000"
+ },
+ "out": {
+ "capacity": "54500000000000000000000",
+ "isEnabled": true,
+ "rate": "91015000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "56900000000000000000000",
+ "isEnabled": true,
+ "rate": "95023000000000000000"
+ },
+ "out": {
+ "capacity": "45900000000000000000000",
+ "isEnabled": true,
+ "rate": "76653000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "polygon-testnet-amoy": {
+ "custom": {
+ "in": {
+ "capacity": "64700000000000000000000",
+ "isEnabled": true,
+ "rate": "108049000000000000000"
+ },
+ "out": {
+ "capacity": "53500000000000000000000",
+ "isEnabled": true,
+ "rate": "89345000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "xdc-testnet": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ },
+ "out": {
+ "capacity": "1000000000000000000000",
+ "isEnabled": true,
+ "rate": "1000000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "CCIP-LnM": {
+ "avalanche-fuji-testnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "bsc-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "31500000000000000000000",
+ "isEnabled": true,
+ "rate": "52605000000000000000"
+ },
+ "out": {
+ "capacity": "49900000000000000000000",
+ "isEnabled": true,
+ "rate": "83333000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "58000000000000000000000",
+ "isEnabled": true,
+ "rate": "96860000000000000000"
+ },
+ "out": {
+ "capacity": "47600000000000000000000",
+ "isEnabled": true,
+ "rate": "79492000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "43000000000000000000000",
+ "isEnabled": true,
+ "rate": "71810000000000000000"
+ },
+ "out": {
+ "capacity": "57200000000000000000000",
+ "isEnabled": true,
+ "rate": "95524000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "32600000000000000000000",
+ "isEnabled": true,
+ "rate": "54442000000000000000"
+ },
+ "out": {
+ "capacity": "49100000000000000000000",
+ "isEnabled": true,
+ "rate": "81997000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "37400000000000000000000",
+ "isEnabled": true,
+ "rate": "62458000000000000000"
+ },
+ "out": {
+ "capacity": "37600000000000000000000",
+ "isEnabled": true,
+ "rate": "62792000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "polygon-testnet-amoy": {
+ "custom": {
+ "in": {
+ "capacity": "56600000000000000000000",
+ "isEnabled": true,
+ "rate": "94522000000000000000"
+ },
+ "out": {
+ "capacity": "64000000000000000000000",
+ "isEnabled": true,
+ "rate": "106880000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "wemix-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "38000000000000000000000",
+ "isEnabled": true,
+ "rate": "63460000000000000000"
+ },
+ "out": {
+ "capacity": "34800000000000000000000",
+ "isEnabled": true,
+ "rate": "58116000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "xdai-testnet-chiado": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ },
+ "bsc-testnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "avalanche-fuji-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "60000000000000000000000",
+ "isEnabled": true,
+ "rate": "100200000000000000000"
+ },
+ "out": {
+ "capacity": "60200000000000000000000",
+ "isEnabled": true,
+ "rate": "100534000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "42400000000000000000000",
+ "isEnabled": true,
+ "rate": "70808000000000000000"
+ },
+ "out": {
+ "capacity": "51700000000000000000000",
+ "isEnabled": true,
+ "rate": "86339000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "46000000000000000000000",
+ "isEnabled": true,
+ "rate": "76820000000000000000"
+ },
+ "out": {
+ "capacity": "48100000000000000000000",
+ "isEnabled": true,
+ "rate": "80327000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "polygon-testnet-amoy": {
+ "custom": {
+ "in": {
+ "capacity": "67200000000000000000000",
+ "isEnabled": true,
+ "rate": "112224000000000000000"
+ },
+ "out": {
+ "capacity": "69300000000000000000000",
+ "isEnabled": true,
+ "rate": "115731000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "wemix-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "65300000000000000000000",
+ "isEnabled": true,
+ "rate": "109051000000000000000"
+ },
+ "out": {
+ "capacity": "39300000000000000000000",
+ "isEnabled": true,
+ "rate": "65631000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "xdai-testnet-chiado": {
+ "custom": {
+ "in": {
+ "capacity": "48700000000000000000000",
+ "isEnabled": true,
+ "rate": "81329000000000000000"
+ },
+ "out": {
+ "capacity": "60000000000000000000000",
+ "isEnabled": true,
+ "rate": "100200000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "celo-testnet-alfajores": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "67700000000000000000000",
+ "isEnabled": true,
+ "rate": "113059000000000000000"
+ },
+ "out": {
+ "capacity": "64100000000000000000000",
+ "isEnabled": true,
+ "rate": "107047000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-testnet-sepolia": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "avalanche-fuji-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "44500000000000000000000",
+ "isEnabled": true,
+ "rate": "74315000000000000000"
+ },
+ "out": {
+ "capacity": "64400000000000000000000",
+ "isEnabled": true,
+ "rate": "107548000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "bsc-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "68800000000000000000000",
+ "isEnabled": true,
+ "rate": "114896000000000000000"
+ },
+ "out": {
+ "capacity": "35200000000000000000000",
+ "isEnabled": true,
+ "rate": "58784000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "celo-testnet-alfajores": {
+ "custom": {
+ "in": {
+ "capacity": "41000000000000000000000",
+ "isEnabled": true,
+ "rate": "68470000000000000000"
+ },
+ "out": {
+ "capacity": "60800000000000000000000",
+ "isEnabled": true,
+ "rate": "101536000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-andromeda-1": {
+ "custom": {
+ "in": {
+ "capacity": "68000000000000000000000",
+ "isEnabled": true,
+ "rate": "113560000000000000000"
+ },
+ "out": {
+ "capacity": "45500000000000000000000",
+ "isEnabled": true,
+ "rate": "75985000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "52900000000000000000000",
+ "isEnabled": true,
+ "rate": "88343000000000000000"
+ },
+ "out": {
+ "capacity": "36700000000000000000000",
+ "isEnabled": true,
+ "rate": "61289000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "35000000000000000000000",
+ "isEnabled": true,
+ "rate": "58450000000000000000"
+ },
+ "out": {
+ "capacity": "47700000000000000000000",
+ "isEnabled": true,
+ "rate": "79659000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-blast-1": {
+ "custom": {
+ "in": {
+ "capacity": "50300000000000000000000",
+ "isEnabled": true,
+ "rate": "84001000000000000000"
+ },
+ "out": {
+ "capacity": "47800000000000000000000",
+ "isEnabled": true,
+ "rate": "79826000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-linea-1": {
+ "custom": {
+ "in": {
+ "capacity": "51600000000000000000000",
+ "isEnabled": true,
+ "rate": "86172000000000000000"
+ },
+ "out": {
+ "capacity": "43400000000000000000000",
+ "isEnabled": true,
+ "rate": "72478000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-mantle-1": {
+ "custom": {
+ "in": {
+ "capacity": "54400000000000000000000",
+ "isEnabled": true,
+ "rate": "90848000000000000000"
+ },
+ "out": {
+ "capacity": "52000000000000000000000",
+ "isEnabled": true,
+ "rate": "86840000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-mode-1": {
+ "custom": {
+ "in": {
+ "capacity": "53800000000000000000000",
+ "isEnabled": true,
+ "rate": "89846000000000000000"
+ },
+ "out": {
+ "capacity": "59400000000000000000000",
+ "isEnabled": true,
+ "rate": "99198000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "59300000000000000000000",
+ "isEnabled": true,
+ "rate": "99031000000000000000"
+ },
+ "out": {
+ "capacity": "37700000000000000000000",
+ "isEnabled": true,
+ "rate": "62959000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-polygon-zkevm-1": {
+ "custom": {
+ "in": {
+ "capacity": "65400000000000000000000",
+ "isEnabled": true,
+ "rate": "109218000000000000000"
+ },
+ "out": {
+ "capacity": "32400000000000000000000",
+ "isEnabled": true,
+ "rate": "54108000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-scroll-1": {
+ "custom": {
+ "in": {
+ "capacity": "67400000000000000000000",
+ "isEnabled": true,
+ "rate": "112558000000000000000"
+ },
+ "out": {
+ "capacity": "53200000000000000000000",
+ "isEnabled": true,
+ "rate": "88844000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-xlayer-1": {
+ "custom": {
+ "in": {
+ "capacity": "68700000000000000000000",
+ "isEnabled": true,
+ "rate": "114729000000000000000"
+ },
+ "out": {
+ "capacity": "55500000000000000000000",
+ "isEnabled": true,
+ "rate": "92685000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-zksync-1": {
+ "custom": {
+ "in": {
+ "capacity": "40800000000000000000000",
+ "isEnabled": true,
+ "rate": "68136000000000000000"
+ },
+ "out": {
+ "capacity": "62400000000000000000000",
+ "isEnabled": true,
+ "rate": "104208000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "polkadot-testnet-astar-shibuya": {
+ "custom": {
+ "in": {
+ "capacity": "114228000000000000000",
+ "isEnabled": true,
+ "rate": "68400000000000000000"
+ },
+ "out": {
+ "capacity": "84001000000000000000",
+ "isEnabled": true,
+ "rate": "50300000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "167000000000000000000",
+ "isEnabled": true,
+ "rate": "100000000000000000000"
+ },
+ "out": {
+ "capacity": "167000000000000000000",
+ "isEnabled": true,
+ "rate": "100000000000000000000"
+ }
+ }
+ },
+ "polygon-testnet-amoy": {
+ "custom": {
+ "in": {
+ "capacity": "36900000000000000000000",
+ "isEnabled": true,
+ "rate": "61623000000000000000"
+ },
+ "out": {
+ "capacity": "44600000000000000000000",
+ "isEnabled": true,
+ "rate": "74482000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ronin-testnet-saigon": {
+ "custom": {
+ "in": {
+ "capacity": "59400000000000000000000",
+ "isEnabled": true,
+ "rate": "99198000000000000000"
+ },
+ "out": {
+ "capacity": "38200000000000000000000",
+ "isEnabled": true,
+ "rate": "63794000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "wemix-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "69700000000000000000000",
+ "isEnabled": true,
+ "rate": "116399000000000000000"
+ },
+ "out": {
+ "capacity": "101703000000000000000",
+ "isEnabled": true,
+ "rate": "60900000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "167000000000000000000",
+ "isEnabled": true,
+ "rate": "100000000000000000000"
+ }
+ }
+ },
+ "xdai-testnet-chiado": {
+ "custom": {
+ "in": {
+ "capacity": "58500000000000000000000",
+ "isEnabled": true,
+ "rate": "97695000000000000000"
+ },
+ "out": {
+ "capacity": "33200000000000000000000",
+ "isEnabled": true,
+ "rate": "55444000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-andromeda-1": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "61100000000000000000000",
+ "isEnabled": true,
+ "rate": "102037000000000000000"
+ },
+ "out": {
+ "capacity": "48100000000000000000000",
+ "isEnabled": true,
+ "rate": "80327000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-arbitrum-1": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "avalanche-fuji-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "47300000000000000000000",
+ "isEnabled": true,
+ "rate": "78991000000000000000"
+ },
+ "out": {
+ "capacity": "30900000000000000000000",
+ "isEnabled": true,
+ "rate": "51603000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "69900000000000000000000",
+ "isEnabled": true,
+ "rate": "116733000000000000000"
+ },
+ "out": {
+ "capacity": "48500000000000000000000",
+ "isEnabled": true,
+ "rate": "80995000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "41300000000000000000000",
+ "isEnabled": true,
+ "rate": "68971000000000000000"
+ },
+ "out": {
+ "capacity": "52700000000000000000000",
+ "isEnabled": true,
+ "rate": "88009000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "41900000000000000000000",
+ "isEnabled": true,
+ "rate": "69973000000000000000"
+ },
+ "out": {
+ "capacity": "33200000000000000000000",
+ "isEnabled": true,
+ "rate": "55444000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "wemix-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "34500000000000000000000",
+ "isEnabled": true,
+ "rate": "57615000000000000000"
+ },
+ "out": {
+ "capacity": "66400000000000000000000",
+ "isEnabled": true,
+ "rate": "110888000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "xdai-testnet-chiado": {
+ "custom": {
+ "in": {
+ "capacity": "31400000000000000000000",
+ "isEnabled": true,
+ "rate": "52438000000000000000"
+ },
+ "out": {
+ "capacity": "47300000000000000000000",
+ "isEnabled": true,
+ "rate": "78991000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-base-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "avalanche-fuji-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "44400000000000000000000",
+ "isEnabled": true,
+ "rate": "74148000000000000000"
+ },
+ "out": {
+ "capacity": "61600000000000000000000",
+ "isEnabled": true,
+ "rate": "102872000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "bsc-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "46400000000000000000000",
+ "isEnabled": true,
+ "rate": "77488000000000000000"
+ },
+ "out": {
+ "capacity": "55000000000000000000000",
+ "isEnabled": true,
+ "rate": "91850000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "50200000000000000000000",
+ "isEnabled": true,
+ "rate": "83834000000000000000"
+ },
+ "out": {
+ "capacity": "32300000000000000000000",
+ "isEnabled": true,
+ "rate": "53941000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "61800000000000000000000",
+ "isEnabled": true,
+ "rate": "103206000000000000000"
+ },
+ "out": {
+ "capacity": "39200000000000000000000",
+ "isEnabled": true,
+ "rate": "65464000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-mode-1": {
+ "custom": {
+ "in": {
+ "capacity": "47000000000000000000000",
+ "isEnabled": true,
+ "rate": "78490000000000000000"
+ },
+ "out": {
+ "capacity": "57500000000000000000000",
+ "isEnabled": true,
+ "rate": "96025000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "32600000000000000000000",
+ "isEnabled": true,
+ "rate": "54442000000000000000"
+ },
+ "out": {
+ "capacity": "37300000000000000000000",
+ "isEnabled": true,
+ "rate": "62291000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "xdai-testnet-chiado": {
+ "custom": {
+ "in": {
+ "capacity": "35600000000000000000000",
+ "isEnabled": true,
+ "rate": "59452000000000000000"
+ },
+ "out": {
+ "capacity": "44000000000000000000000",
+ "isEnabled": true,
+ "rate": "73480000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-blast-1": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "35900000000000000000000",
+ "isEnabled": true,
+ "rate": "59953000000000000000"
+ },
+ "out": {
+ "capacity": "43900000000000000000000",
+ "isEnabled": true,
+ "rate": "73313000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-kroma-1": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "wemix-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "48200000000000000000000",
+ "isEnabled": true,
+ "rate": "80494000000000000000"
+ },
+ "out": {
+ "capacity": "53500000000000000000000",
+ "isEnabled": true,
+ "rate": "89345000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-linea-1": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "63800000000000000000000",
+ "isEnabled": true,
+ "rate": "106546000000000000000"
+ },
+ "out": {
+ "capacity": "65400000000000000000000",
+ "isEnabled": true,
+ "rate": "109218000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-mantle-1": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "63200000000000000000000",
+ "isEnabled": true,
+ "rate": "105544000000000000000"
+ },
+ "out": {
+ "capacity": "35500000000000000000000",
+ "isEnabled": true,
+ "rate": "59285000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-mode-1": {
+ "minBlockConfirmation": 4,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "50700000000000000000000",
+ "isEnabled": true,
+ "rate": "84669000000000000000"
+ },
+ "out": {
+ "capacity": "49500000000000000000000",
+ "isEnabled": true,
+ "rate": "82665000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "40900000000000000000000",
+ "isEnabled": true,
+ "rate": "68303000000000000000"
+ },
+ "out": {
+ "capacity": "45900000000000000000000",
+ "isEnabled": true,
+ "rate": "76653000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-optimism-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "avalanche-fuji-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "68400000000000000000000",
+ "isEnabled": true,
+ "rate": "114228000000000000000"
+ },
+ "out": {
+ "capacity": "41500000000000000000000",
+ "isEnabled": true,
+ "rate": "69305000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "52900000000000000000000",
+ "isEnabled": true,
+ "rate": "88343000000000000000"
+ },
+ "out": {
+ "capacity": "59700000000000000000000",
+ "isEnabled": true,
+ "rate": "99699000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "50400000000000000000000",
+ "isEnabled": true,
+ "rate": "84168000000000000000"
+ },
+ "out": {
+ "capacity": "54800000000000000000000",
+ "isEnabled": true,
+ "rate": "91516000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "61100000000000000000000",
+ "isEnabled": true,
+ "rate": "102037000000000000000"
+ },
+ "out": {
+ "capacity": "57200000000000000000000",
+ "isEnabled": true,
+ "rate": "95524000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "polygon-testnet-amoy": {
+ "custom": {
+ "in": {
+ "capacity": "54100000000000000000000",
+ "isEnabled": true,
+ "rate": "90347000000000000000"
+ },
+ "out": {
+ "capacity": "48600000000000000000000",
+ "isEnabled": true,
+ "rate": "81162000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "wemix-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "33300000000000000000000",
+ "isEnabled": true,
+ "rate": "55611000000000000000"
+ },
+ "out": {
+ "capacity": "38900000000000000000000",
+ "isEnabled": true,
+ "rate": "64963000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "xdai-testnet-chiado": {
+ "custom": {
+ "in": {
+ "capacity": "52100000000000000000000",
+ "isEnabled": true,
+ "rate": "87007000000000000000"
+ },
+ "out": {
+ "capacity": "61200000000000000000000",
+ "isEnabled": true,
+ "rate": "102204000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-polygon-zkevm-1": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "46000000000000000000000",
+ "isEnabled": true,
+ "rate": "76820000000000000000"
+ },
+ "out": {
+ "capacity": "42000000000000000000000",
+ "isEnabled": true,
+ "rate": "70140000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-scroll-1": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "41500000000000000000000",
+ "isEnabled": true,
+ "rate": "69305000000000000000"
+ },
+ "out": {
+ "capacity": "57000000000000000000000",
+ "isEnabled": true,
+ "rate": "95190000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-xlayer-1": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "55100000000000000000000",
+ "isEnabled": true,
+ "rate": "92017000000000000000"
+ },
+ "out": {
+ "capacity": "52200000000000000000000",
+ "isEnabled": true,
+ "rate": "87174000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-zksync-1": {
+ "minBlockConfirmation": 9,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "69000000000000000000000",
+ "isEnabled": true,
+ "rate": "115230000000000000000"
+ },
+ "out": {
+ "capacity": "48400000000000000000000",
+ "isEnabled": true,
+ "rate": "80828000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "polkadot-testnet-astar-shibuya": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "78490000000000000000",
+ "isEnabled": true,
+ "rate": "47000000000000000000"
+ },
+ "out": {
+ "capacity": "92351000000000000000",
+ "isEnabled": true,
+ "rate": "55300000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "167000000000000000000",
+ "isEnabled": true,
+ "rate": "100000000000000000000"
+ },
+ "out": {
+ "capacity": "167000000000000000000",
+ "isEnabled": true,
+ "rate": "100000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "polygon-testnet-amoy": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "avalanche-fuji-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "63700000000000000000000",
+ "isEnabled": true,
+ "rate": "106379000000000000000"
+ },
+ "out": {
+ "capacity": "41100000000000000000000",
+ "isEnabled": true,
+ "rate": "68637000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "bsc-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "64800000000000000000000",
+ "isEnabled": true,
+ "rate": "108216000000000000000"
+ },
+ "out": {
+ "capacity": "58500000000000000000000",
+ "isEnabled": true,
+ "rate": "97695000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "58400000000000000000000",
+ "isEnabled": true,
+ "rate": "97528000000000000000"
+ },
+ "out": {
+ "capacity": "37100000000000000000000",
+ "isEnabled": true,
+ "rate": "61957000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "36600000000000000000000",
+ "isEnabled": true,
+ "rate": "61122000000000000000"
+ },
+ "out": {
+ "capacity": "56400000000000000000000",
+ "isEnabled": true,
+ "rate": "94188000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "wemix-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "32300000000000000000000",
+ "isEnabled": true,
+ "rate": "53941000000000000000"
+ },
+ "out": {
+ "capacity": "30900000000000000000000",
+ "isEnabled": true,
+ "rate": "51603000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "xdai-testnet-chiado": {
+ "custom": {
+ "in": {
+ "capacity": "34200000000000000000000",
+ "isEnabled": true,
+ "rate": "57114000000000000000"
+ },
+ "out": {
+ "capacity": "68200000000000000000000",
+ "isEnabled": true,
+ "rate": "113894000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "ronin-testnet-saigon": {
+ "minBlockConfirmation": 7,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "56900000000000000000000",
+ "isEnabled": true,
+ "rate": "95023000000000000000"
+ },
+ "out": {
+ "capacity": "53000000000000000000000",
+ "isEnabled": true,
+ "rate": "88510000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "wemix-testnet": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "avalanche-fuji-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "54300000000000000000000",
+ "isEnabled": true,
+ "rate": "90681000000000000000"
+ },
+ "out": {
+ "capacity": "46600000000000000000000",
+ "isEnabled": true,
+ "rate": "77822000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "bsc-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "68900000000000000000000",
+ "isEnabled": true,
+ "rate": "115063000000000000000"
+ },
+ "out": {
+ "capacity": "66400000000000000000000",
+ "isEnabled": true,
+ "rate": "110888000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "43200000000000000000000",
+ "isEnabled": true,
+ "rate": "72144000000000000000"
+ },
+ "out": {
+ "capacity": "43200000000000000000000",
+ "isEnabled": true,
+ "rate": "72144000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "33200000000000000000000",
+ "isEnabled": true,
+ "rate": "55444000000000000000"
+ },
+ "out": {
+ "capacity": "64100000000000000000000",
+ "isEnabled": true,
+ "rate": "107047000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-kroma-1": {
+ "custom": {
+ "in": {
+ "capacity": "48600000000000000000000",
+ "isEnabled": true,
+ "rate": "81162000000000000000"
+ },
+ "out": {
+ "capacity": "37500000000000000000000",
+ "isEnabled": true,
+ "rate": "62625000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "63600000000000000000000",
+ "isEnabled": true,
+ "rate": "106212000000000000000"
+ },
+ "out": {
+ "capacity": "59500000000000000000000",
+ "isEnabled": true,
+ "rate": "99365000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "polygon-testnet-amoy": {
+ "custom": {
+ "in": {
+ "capacity": "63200000000000000000000",
+ "isEnabled": true,
+ "rate": "105544000000000000000"
+ },
+ "out": {
+ "capacity": "35200000000000000000000",
+ "isEnabled": true,
+ "rate": "58784000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ },
+ "xdai-testnet-chiado": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "avalanche-fuji-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "63600000000000000000000",
+ "isEnabled": true,
+ "rate": "106212000000000000000"
+ },
+ "out": {
+ "capacity": "36900000000000000000000",
+ "isEnabled": true,
+ "rate": "61623000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "bsc-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "68700000000000000000000",
+ "isEnabled": true,
+ "rate": "114729000000000000000"
+ },
+ "out": {
+ "capacity": "67200000000000000000000",
+ "isEnabled": true,
+ "rate": "112224000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "64900000000000000000000",
+ "isEnabled": true,
+ "rate": "108383000000000000000"
+ },
+ "out": {
+ "capacity": "37200000000000000000000",
+ "isEnabled": true,
+ "rate": "62124000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "59800000000000000000000",
+ "isEnabled": true,
+ "rate": "99866000000000000000"
+ },
+ "out": {
+ "capacity": "60800000000000000000000",
+ "isEnabled": true,
+ "rate": "101536000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "60300000000000000000000",
+ "isEnabled": true,
+ "rate": "100701000000000000000"
+ },
+ "out": {
+ "capacity": "60500000000000000000000",
+ "isEnabled": true,
+ "rate": "101035000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "30800000000000000000000",
+ "isEnabled": true,
+ "rate": "51436000000000000000"
+ },
+ "out": {
+ "capacity": "32800000000000000000000",
+ "isEnabled": true,
+ "rate": "54776000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ },
+ "polygon-testnet-amoy": {
+ "custom": {
+ "in": {
+ "capacity": "33200000000000000000000",
+ "isEnabled": true,
+ "rate": "55444000000000000000"
+ },
+ "out": {
+ "capacity": "46400000000000000000000",
+ "isEnabled": true,
+ "rate": "77488000000000000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ },
+ "out": {
+ "capacity": "100000000000000000000000",
+ "isEnabled": true,
+ "rate": "167000000000000000000"
+ }
+ }
+ }
+ }
+ }
+ },
+ "syrupUSDC": {
+ "ethereum-testnet-sepolia": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "ethereum-testnet-sepolia-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "solana-devnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-arbitrum-1": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-base-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "solana-devnet": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "syrupUSDT": {
+ "ethereum-testnet-sepolia": {
+ "minBlockConfirmation": 1,
+ "remote": {
+ "ethereum-testnet-sepolia-mantle-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "plasma-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-mantle-1": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "plasma-testnet": {
+ "minBlockConfirmation": 5,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
+ "USDC": {
+ "avalanche-fuji-testnet": {
+ "minBlockConfirmation": 10,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-testnet-sepolia": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "avalanche-fuji-testnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-arbitrum-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-base-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-unichain-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "polygon-testnet-amoy": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "solana-devnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-arbitrum-1": {
+ "minBlockConfirmation": 8,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-base-1": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-optimism-1": {
+ "minBlockConfirmation": 3,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "solana-devnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-unichain-1": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "solana-devnet": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ },
+ "polygon-testnet-amoy": {
+ "minBlockConfirmation": 2,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "solana-devnet": {
+ "custom": null,
+ "standard": null
+ }
+ }
+ },
+ "solana-devnet": {
+ "minBlockConfirmation": 6,
+ "remote": {
+ "ethereum-testnet-sepolia": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-optimism-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "ethereum-testnet-sepolia-unichain-1": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ },
+ "polygon-testnet-amoy": {
+ "custom": {
+ "in": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ },
+ "out": {
+ "capacity": "1000000000",
+ "isEnabled": true,
+ "rate": "1000000"
+ }
+ },
+ "standard": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ }
+}
diff --git a/src/assets/icons/remix-logo.svg b/src/assets/icons/remix-logo.svg
new file mode 100644
index 00000000000..4580f3bf83b
--- /dev/null
+++ b/src/assets/icons/remix-logo.svg
@@ -0,0 +1,13 @@
+
diff --git a/src/assets/icons/token-icon.svg b/src/assets/icons/token-icon.svg
new file mode 100644
index 00000000000..2b8c333d430
--- /dev/null
+++ b/src/assets/icons/token-icon.svg
@@ -0,0 +1,19 @@
+
diff --git a/src/assets/product-logos/automated-compliance-engine.svg b/src/assets/product-logos/automated-compliance-engine.svg
new file mode 100644
index 00000000000..e786648eddd
--- /dev/null
+++ b/src/assets/product-logos/automated-compliance-engine.svg
@@ -0,0 +1,5 @@
+
diff --git a/src/assets/product-logos/chainlink-local-2-logo.svg b/src/assets/product-logos/chainlink-local-2-logo.svg
new file mode 100644
index 00000000000..f3a6360b201
--- /dev/null
+++ b/src/assets/product-logos/chainlink-local-2-logo.svg
@@ -0,0 +1,5 @@
+
diff --git a/src/assets/product-logos/data-link-vault.svg b/src/assets/product-logos/data-link-vault.svg
new file mode 100644
index 00000000000..292b03b63a5
--- /dev/null
+++ b/src/assets/product-logos/data-link-vault.svg
@@ -0,0 +1,13 @@
+
diff --git a/src/assets/product-logos/general-globe-logo.svg b/src/assets/product-logos/general-globe-logo.svg
new file mode 100644
index 00000000000..11804ee8b1e
--- /dev/null
+++ b/src/assets/product-logos/general-globe-logo.svg
@@ -0,0 +1,7 @@
+
diff --git a/src/assets/product-logos/nodes-logo.svg b/src/assets/product-logos/nodes-logo.svg
new file mode 100644
index 00000000000..016dae52333
--- /dev/null
+++ b/src/assets/product-logos/nodes-logo.svg
@@ -0,0 +1,22 @@
+
diff --git a/src/components/Address.tsx b/src/components/Address.tsx
index 5544b5e225b..1acc8b3c07d 100644
--- a/src/components/Address.tsx
+++ b/src/components/Address.tsx
@@ -55,6 +55,7 @@ const AddressComponent = ({
padding: 1px 5px;
border-radius: var(--border-radius-10);
word-break: break-word;
+ color: var(--blue-600);
}
.addressContainer {
diff --git a/src/components/AddressReact.tsx b/src/components/AddressReact.tsx
index 84648e9f3e4..46d3e69bace 100644
--- a/src/components/AddressReact.tsx
+++ b/src/components/AddressReact.tsx
@@ -40,6 +40,7 @@ const AddressComponent = ({ contractUrl, address, endLength, urlClass, urlId }:
padding: 1px 0px;
border-radius: var(--border-radius-10);
word-break: break-word;
+ color: var(--blue-600);
}
.addressContainer {
diff --git a/src/components/CCIP/AddButton/AddButton.astro b/src/components/CCIP/AddButton/AddButton.astro
new file mode 100644
index 00000000000..bd52b43b126
--- /dev/null
+++ b/src/components/CCIP/AddButton/AddButton.astro
@@ -0,0 +1,47 @@
+---
+export interface Props {
+ href: string
+ text: string
+ urlClass?: string
+}
+
+const { href, text, urlClass } = Astro.props
+---
+
+
+
+ {text}
+
+
+
diff --git a/src/components/CCIP/Cards/Card.css b/src/components/CCIP/Cards/Card.css
new file mode 100644
index 00000000000..bb77dae5555
--- /dev/null
+++ b/src/components/CCIP/Cards/Card.css
@@ -0,0 +1,40 @@
+.card__container {
+ display: flex;
+ padding: var(--space-6x);
+ gap: var(--space-3x);
+ width: 100%;
+ background: var(--white);
+ border: 1px solid var(--gray-200);
+ border-radius: var(--space-1x);
+ /* Optimize rendering performance */
+ contain: layout style paint;
+ will-change: background-color;
+}
+
+.card__container:hover {
+ background-color: var(--gray-50);
+}
+
+.card__container img,
+.card__container object,
+.card__container object img {
+ width: var(--space-10x);
+ height: var(--space-10x);
+ margin-top: auto;
+ margin-bottom: auto;
+}
+
+.card__container h3 {
+ font-size: var(--space-4x);
+ font-weight: var(--font-weight-medium);
+ line-height: var(--space-6x);
+ color: var(--gray-950);
+ margin-bottom: var(--space-1x);
+}
+
+.card__container p {
+ margin-bottom: 0;
+ font-size: var(--space-3x);
+ line-height: var(--space-5x);
+ color: var(--gray-500);
+}
diff --git a/src/components/CCIP/Cards/Card.tsx b/src/components/CCIP/Cards/Card.tsx
new file mode 100644
index 00000000000..669bd9155ff
--- /dev/null
+++ b/src/components/CCIP/Cards/Card.tsx
@@ -0,0 +1,43 @@
+import { memo, type ReactNode } from "react"
+import "./Card.css"
+
+interface CardProps {
+ logo: ReactNode
+ title: string
+ subtitle?: string
+ link?: string
+ onClick?: () => void
+ ariaLabel?: string
+}
+
+const Card = memo(function Card({ logo, title, subtitle, link, onClick, ariaLabel }: CardProps) {
+ const content = (
+ <>
+ {logo}
+
{subtitle}
} +- {totalLanes} {totalLanes > 1 ? "lanes" : "lane"} | {totalTokens} {totalTokens > 1 ? "tokens" : "token"} -
-{subtitle}
}