@eth-optimism/tokenlist 10.0.1724 → 10.0.1725
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.d.ts +1 -1
- package/dist/index.js +28 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +28 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-83657bcc.d.ts → optimism.tokenlist-8d8846ad.d.ts} +28 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +28 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +28 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -41,7 +41,7 @@ var keywords = [
|
|
|
41
41
|
"layer2",
|
|
42
42
|
"infrastructure"
|
|
43
43
|
];
|
|
44
|
-
var timestamp = "2025-10-
|
|
44
|
+
var timestamp = "2025-10-16T15:51:41.789Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -9945,6 +9945,32 @@ var tokens = [
|
|
|
9945
9945
|
opTokenId: "RICE"
|
|
9946
9946
|
}
|
|
9947
9947
|
},
|
|
9948
|
+
{
|
|
9949
|
+
chainId: 1,
|
|
9950
|
+
address: "0x94a8b4EE5CD64C79D0Ee816f467EA73009f51aA0",
|
|
9951
|
+
name: "Realio Network",
|
|
9952
|
+
symbol: "RIO",
|
|
9953
|
+
decimals: 18,
|
|
9954
|
+
logoURI: "https://ethereum-optimism.github.io/data/RIO/logo.svg",
|
|
9955
|
+
extensions: {
|
|
9956
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
9957
|
+
opListId: "extended",
|
|
9958
|
+
opTokenId: "RIO"
|
|
9959
|
+
}
|
|
9960
|
+
},
|
|
9961
|
+
{
|
|
9962
|
+
chainId: 8453,
|
|
9963
|
+
address: "0x5e64c9049455b3bB6E9fbDC33565fa313BAe9B53",
|
|
9964
|
+
name: "Realio Network",
|
|
9965
|
+
symbol: "RIO",
|
|
9966
|
+
decimals: 18,
|
|
9967
|
+
logoURI: "https://ethereum-optimism.github.io/data/RIO/logo.svg",
|
|
9968
|
+
extensions: {
|
|
9969
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
9970
|
+
opListId: "extended",
|
|
9971
|
+
opTokenId: "RIO"
|
|
9972
|
+
}
|
|
9973
|
+
},
|
|
9948
9974
|
{
|
|
9949
9975
|
chainId: 1,
|
|
9950
9976
|
address: "0xFc169284da39e8d337D01AB011C3e5d92f7DDBa6",
|
|
@@ -14932,7 +14958,7 @@ var tokens = [
|
|
|
14932
14958
|
var version = {
|
|
14933
14959
|
major: 10,
|
|
14934
14960
|
minor: 0,
|
|
14935
|
-
patch:
|
|
14961
|
+
patch: 1724
|
|
14936
14962
|
};
|
|
14937
14963
|
var optimism_tokenlist_default = {
|
|
14938
14964
|
name,
|