@kaspacom/swap-sdk 1.1.24 → 1.1.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +31 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.global.js +31 -4
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +31 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.global.js
CHANGED
|
@@ -33059,16 +33059,16 @@ var KaspaComSwapSdk = (() => {
|
|
|
33059
33059
|
name: "Igra Galleon",
|
|
33060
33060
|
chainId: 38836,
|
|
33061
33061
|
rpcUrl: "https://galleon-testnet.igralabs.com:8545",
|
|
33062
|
-
routerAddress: "
|
|
33063
|
-
factoryAddress: "
|
|
33064
|
-
proxyAddress: "
|
|
33062
|
+
routerAddress: "0x47F80b6D7071B7738D6DD9d973D7515ce753e9d9",
|
|
33063
|
+
factoryAddress: "0xc61aeAdA8888A0e9FF5709A8386c8527CD5065d0",
|
|
33064
|
+
proxyAddress: "0xAC11b74CD03006644e11991C43E78933579fc5fd",
|
|
33065
33065
|
badckendApiUrl: "https://dev-api-defi.kaspa.com",
|
|
33066
33066
|
blockExplorerUrl: "https://explorer.galleon-testnet.igralabs.com",
|
|
33067
33067
|
additionalJsonRpcApiProviderOptionsOptions: {
|
|
33068
33068
|
batchMaxSize: 0
|
|
33069
33069
|
},
|
|
33070
33070
|
wrappedToken: {
|
|
33071
|
-
address: "
|
|
33071
|
+
address: "0x394C68684F9AFCEb9b804531EF07a864E8081738",
|
|
33072
33072
|
decimals: 18,
|
|
33073
33073
|
name: "Igra Wrapped Kaspa",
|
|
33074
33074
|
symbol: "IWKAS"
|
|
@@ -33109,6 +33109,33 @@ var KaspaComSwapSdk = (() => {
|
|
|
33109
33109
|
symbol: "KAS"
|
|
33110
33110
|
},
|
|
33111
33111
|
defiApiNetworkName: "kasplex"
|
|
33112
|
+
},
|
|
33113
|
+
"igra": {
|
|
33114
|
+
name: "Igra",
|
|
33115
|
+
chainId: 38833,
|
|
33116
|
+
rpcUrl: "https://rpc.igralabs.com:8545",
|
|
33117
|
+
routerAddress: "0x771dfB21e1CD8EA3e8B68cB2469eDaF9548c2523",
|
|
33118
|
+
factoryAddress: "0x21350BcDa9E81731CF4cDE3DbC457e3de2739c01",
|
|
33119
|
+
proxyAddress: "0xDD1aBB133D027f4F67571b5bEEDC9cd9a93C13Ca",
|
|
33120
|
+
badckendApiUrl: "https://dev-api-defi.kaspa.com",
|
|
33121
|
+
blockExplorerUrl: "https://explorer.igralabs.com",
|
|
33122
|
+
additionalJsonRpcApiProviderOptionsOptions: {
|
|
33123
|
+
batchMaxSize: 0
|
|
33124
|
+
},
|
|
33125
|
+
wrappedToken: {
|
|
33126
|
+
address: "0x17Ec7E1768c813E2a3a9b0f94A35605CA520C242",
|
|
33127
|
+
decimals: 18,
|
|
33128
|
+
name: "Igra Wrapped Kaspa",
|
|
33129
|
+
symbol: "IWKAS"
|
|
33130
|
+
},
|
|
33131
|
+
nativeToken: {
|
|
33132
|
+
address: ethers_exports.ZeroAddress,
|
|
33133
|
+
decimals: 18,
|
|
33134
|
+
name: "Igra Kaspa",
|
|
33135
|
+
symbol: "IKAS"
|
|
33136
|
+
},
|
|
33137
|
+
isTestnet: false,
|
|
33138
|
+
defiApiNetworkName: "igra"
|
|
33112
33139
|
}
|
|
33113
33140
|
// Add more networks as needed
|
|
33114
33141
|
};
|